-
-
Notifications
You must be signed in to change notification settings - Fork 339
HOWTO create a new release
Matthias Urlichs edited this page Jul 20, 2018
·
5 revisions
Things to do for releasing:
- announce intent to release on gitter
- check for open issues / pull requests that really should be in the release
- come back when these are done
- … or ignore them and do another release next week
- check for deprecations "long enough ago" (two months or two releases, whichever is longer)
- remove affected code
- Do the actual release changeset
- update version number
- increment as per Semantic Versioning rules
- remove
+dev
tag
- Run
towncrier
- review history change
-
git rm
changes
- commit it
- update version number
- prepare pull request to "release" branch
- announce PR on gitter
- wait for feedback
- fix problems, if any
- verify that checks succeeded
- acknowledge the release PR
- tag with vVERSION
- push to PyPI
python3 setup.py sdist bdist_wheel upload
- announce on gitter
- update version number
- simply add
+dev
tag
- simply add
- prepare pull request back to master
- acknowledge it