We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45373f commit 33da480Copy full SHA for 33da480
1 file changed
README.rst
@@ -39,9 +39,9 @@ Release Checklist
39
40
* Install ``twine`` with ``$ pipsi install twine``
41
* Ensure ``CHANGELOG.md`` is representative
42
-* Determine next version number from the CHANGELOG (ensuring we follow `SemVer <http://semver.org/>`_)
+* Determine next version number from the ``CHANGELOG.md`` (ensuring we follow `SemVer <http://semver.org/>`_)
43
* ``git flow release start $newver``
44
-* Update the CHANGELOG with the new version
+* Update the ``CHANGELOG.md`` with the new version
45
* Update the version in ``setup.py``
46
* Update `trove classifiers <https://pypi.python.org/pypi?%3Aaction=list_classifiers>`_ in ``setup.py``
47
* ``git flow release finish $newver``
0 commit comments