Skip to content

Release procedure

giadarol edited this page Jan 27, 2020 · 16 revisions

Please proceed as follows:

  • Merge new features into the develop branch
  • Change the version number in PyHEADTAIL/_version.py
  • Run the tests!
  • Create a release branch and push it to the github repository, for example by:
git checkout -b release/v1.14.0
git push --set-upstream origin release/v1.14.0
  • From github, open a pull request to the master

Clone this wiki locally