Tweak release procedure

This commit is contained in:
Ivan Habunek 2020-01-21 09:46:09 +01:00
parent 1b2a9c4198
commit fdbed57f23
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Bump & tag version
* Update the version number in ``setup.py``
* Update the version number in ``toot/__init__.py``
* Update ``changelog.yaml`` with the release notes & date
* Run ``./scripts/generate_changelog`` to generate a human readable changelog
* Run ``./scripts/generate_changelog > CHANGELOG.md`` to generate a human readable changelog
* Commit the changes
* Run ``./scripts/tag_release <version>`` to tag a release in git
* Run ``git push --follow-tags`` to upload changes and tag to Github