Skip to content

Latest commit

 

History

History

release_tool

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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>