-
Notifications
You must be signed in to change notification settings - Fork 29
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
If you wish to contribute, please feel free to open pull requests. @lmether, @aoeftiger, @like2000