Skip to content

Commit

Permalink
Update RELEASE.adoc with instructions to delete unused branches and t…
Browse files Browse the repository at this point in the history
…ags (#6230)
  • Loading branch information
zeme-wana committed Jun 21, 2024
1 parent f9dfec2 commit c33af07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RELEASE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Another example is if a security audit is done on `rc1`, and the changes in `rc2
- Click the `Run workflow` button on the right, enter the new release version and confirm
- Ensure that the action completes successfully

11. Delete unused brances and tags
- If it was created, delete the `release/*` branch locally and on GitHub
- If they were created, delete any release candidate `-rc*` tags locally and on GitHub

=== Patch Releases

Suppose we are releasing version `x.y.z.w`.
Expand All @@ -118,6 +122,7 @@ If so, create branch `release/x.y.z` from the `x.y.z.0` tag.
6. Open a PR for updating the cabal files and the changelog files.
7. Once the PR is merged, tag the commit `x.y.z.w`, and open a PR in the CHaP repository for publishing the new version.
- If issues are found, fix them on master, backport the fixes to `release/x.y.z`, and go to step 5.
8. If it was created, delete the `release/*` branch locally and on GitHub

=== Release QA Process

Expand Down

0 comments on commit c33af07

Please sign in to comment.