We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c310c5 commit 298a21eCopy full SHA for 298a21e
README.rst
@@ -660,4 +660,13 @@ Use bumpversion_ to conveniently change project version::
660
bumpversion minor # 0.0.1 -> 0.1.0
661
bumpversion major # 0.1.0 -> 1.0.0
662
663
+You can use ``--dry-run --verbose`` flags first to preview changes.
664
+
665
.. _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