Skip to content

Commit 298a21e

Browse files
committed
Document how to make releases
1 parent 1c310c5 commit 298a21e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,4 +660,13 @@ Use bumpversion_ to conveniently change project version::
660660
bumpversion minor # 0.0.1 -> 0.1.0
661661
bumpversion major # 0.1.0 -> 1.0.0
662662

663+
You can use ``--dry-run --verbose`` flags first to preview changes.
664+
663665
.. _bumpversion: https://pypi.python.org/pypi/bumpversion
666+
667+
Making releases
668+
---------------
669+
670+
* Update ``HISTORY.rst`` in master (via PR or directly)
671+
* use bumpversion (see above) to update the version
672+
* push changes with tags: ``git push --follow-tags``

0 commit comments

Comments
 (0)