...
1) While in the branch folder Checkpoint Tag the branch with -
Code Block |
---|
rr_git.py --tagbranch --branch-label 1Y.1Y.11Y --tag-label v1.1.11vY.Y.Y |
Y.Y.Y here should be the version being released.
Note |
---|
Git, or at least the version of Git on my PC breaks if a tag and branch exist with the same names. This is why I have the tag labels prefixed with a 'v'. |
...