Skip to content

Commit

Permalink
Add instruction to delete release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rocallahan committed Oct 3, 2023
1 parent ab6f5b8 commit c134515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Repeat until there are no more failures or any failures are ignorable (e.g. due
# Completing the release

- [ ] Cherry-pick `release` to `master` and update tag: `git cherry-pick release; git tag -f <major>.<minor>.0` (Not sure why the tag needs to be updated...)
- [ ] Delete the local and remote release branches: `git branch -d release; git push origin -d release`
- [ ] Push changes to Github: `git push origin; git push --tags origin`. Once this is done there is no turning back!
- [ ] [Create release and upload packages](https://github.com/mozilla/rr/releases) from `/tmp/rr-dist`
- [ ] Update gh-pages: `./scripts/update-gh-pages.sh && git push origin`
Expand Down

0 comments on commit c134515

Please sign in to comment.