721 B
721 B
Release Checklist
-
Get master to the appropriate code release state. Travis CI should be running cleanly for all merges to master.
-
Tag with the version number:
git tag -a 3.2.0 -m "Release 3.2.0"
- Push tag:
git push --tags
-
Create new GitHub release: https://github.com/pylast/pylast/releases/new
-
Tag: Pick existing tag "3.2.0"
-
Description: Copy from
CHANGELOG.md
-
-
Check the tagged Travis CI build has deployed to PyPI
-
Check installation:
pip3 uninstall -y pylast && pip3 install -U pylast