...
Code Block |
---|
rr_git.py --tagbranch --branch-label 1.1.11 --tag-label v1.1.11 |
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'. |
2) Create a Pull Request for the branch in BitBucket and merge it into Master
...