712 B
712 B
Release Checklist
-
Get master to the appropriate code release state. Travis CI should be running cleanly for all merges to master.
-
Edit release draft, adjust text if needed: https://github.com/pylast/pylast/releases
-
Check next tag is correct, amend if needed
-
Copy text into
CHANGELOG.md
-
Publish release
-
Check the tagged Travis CI build has deployed to PyPI
-
Check installation:
pip3 uninstall -y pylast && pip3 install -U pylast && python3 -c "import pylast; print(pylast.__version__)"