Skip to content

Commit

Permalink
Post Release checklist: Publish docker runtime image (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois authored May 11, 2023
1 parent 9c432cf commit cea5852
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/github/print-runtime-release-issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ with ${lastClientVersion} and master
${commonTemplate}
## Post Release
- [ ] Publish the docker runtime image (trigger the github action "Publish Docker runtime")
- [ ] Create a PR that increment spec version (like #1051)
`;
console.log(template);
Expand All @@ -75,6 +76,9 @@ ${commonTemplate}
- [ ] Bump spec version to ${newVersion}
${commonTemplate}
## Post Release
- [ ] Publish the docker runtime image (trigger the github action "Publish Docker runtime")
`;
console.log(template);
}
Expand Down

0 comments on commit cea5852

Please sign in to comment.