- git flow release start x.x.x
- prelease to set the correct version number. Not always needed if making a major release. Do not accept offer to commit changes.
- Update CHANGES.rst and commit
- git flow release finish x.x.x
- git checkout x.x.x (replace 'x.x.x' with the name of the git-glow release tag'
- If uploading to pypi, release (using twine might be better) else python setup.py sdist
- git checkout develop
- postrelease to update setup.py and CHANGES.rst with new dev version
Created
October 26, 2013 11:40
-
-
Save rob-b/7168506 to your computer and use it in GitHub Desktop.
zest.releaser with git-flow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment