Skip to content

Commit

Permalink
Tweak release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Jan 21, 2020
1 parent 1b2a9c4 commit fdbed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdbed57

Please sign in to comment.