Skip to content

Commit

Permalink
codify message in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Jan 11, 2020
1 parent 88d4d16 commit 719a39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Release process
***************

* Push the last commit and make sure that Travis and Read The Docs are updated.
* Tag the release: ``git tag -s $version``
* Tag the release: ``git tag -s $version -m "release $version"``
* Push the tag: ``git push origin --tags``
* Create a `release on GitHub <https://github.com/mathiasertl/django-ca/tags>`_.
* Create package for PyPi: ``python setup.py sdist bdist_wheel``.
Expand Down

0 comments on commit 719a39e

Please sign in to comment.