Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the branching step, all the components that are needed to be changed will have been cloned in the destination folder so finding the requirements.txt files to be changed will be easy.


Note

There appears to be a command -

python c:\temp\housekeeping\scripts\rr_git.py --action update --branch 1.1.10 --destination ~/tmp --message "Update requirements.txt"

to do the above automatically, however it doesn't work correctly - particularly if the requirements.txt already contains a branch tag.



Updating Version Numbers

Update:

...