Skip to content

Commit

Permalink
update VERSION-README
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGrayson committed Nov 17, 2021
1 parent 8cf7f16 commit 54cf656
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions M2/VERSION-README
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Here is the procedure:
git branch -b release-X.Y-branch
- push it upstream:
git push -u origin release-X.Y
- tag provisionally it for Mahrud
git tag release-X.Y-rc1
git push origin release-X.Y-rc1
- make builds on that branch, making modifications as needed
- when the builds complete, then
git tag release-X.Y
git push origin release-X.Y
- switch to development and merge the new release branch with development
git checkout development
git merge release-X.Y
Expand Down

0 comments on commit 54cf656

Please sign in to comment.