Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 660 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 660 Bytes

Release tool

Use script to bump the release version and create the release PR to merge to develop branch.

Note: this script only works with python3.

  • If you have generated your github access token, you can use the following command to bump versions and send PR automatically.

    python prepare_release_branch.py -v -n <release_version> -a <your_access_token>
  • If the access token is not given, this script only is only used to bump the release version and push the commit to remote repo. You need to go to github web page to create your PR manually.

    python prepare_release_branch.py -v -n <release_version>