...
Code Block |
---|
rr_git.py --destination C:/MyWork/UKRR/Master |
Warning |
---|
Despite not supplying branch_label this seems to clone the sub-packages using the branch ID from the requirements.txt files. Make sure to checkout master in each directory before doing the next actions. |
(Amend path as required)
4) Remove references to the branch from the requirements.txt in the repos under the master folder
Note that this requires
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
3) While in the branch folder Tag the branch with -
Code Block |
---|
rr_git.py --action tag --tag-label vY.Y.Y --destination C:/MyWork/UKRR/Master |
...
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'. |
4) Remove references to the branch from the requirements.txt in the repos under the master folder
...
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
. |
5) A new build should have been made under
...