Skip to content

Commit

Permalink
add missing step 4 for pre releases from main branch
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <[email protected]>
  • Loading branch information
aanm authored and joestringer committed Oct 1, 2024
1 parent d82b9cc commit 0a6859a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/release_template_pre_main.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ assignees: ''
of the GitHub run to be used later):
[Cilium Image Release builds](https://github.com/cilium/cilium/actions?query=workflow:%22Image+Release+Build%22)

## Post Tagging (run after docker images are published)

- [ ] Go to [release workflow] and Run the workflow from "Branch: main", for
step "4-post-release" and version for vX.Y.Z-pre.W
- [ ] Check if the workflow was successful. (There won't be a PR opened
by this step)

## Publish helm (run after docker images are published)

- [ ] Update helm charts `./release start --steps 5-publish-helm --target-version vX.Y.Z-pre.W`
Expand Down

0 comments on commit 0a6859a

Please sign in to comment.