We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c32947 commit 225f120Copy full SHA for 225f120
docs/source/dev_guide.rst
@@ -71,7 +71,8 @@ Make a new version of Emu in the following steps:
71
* Dry Run: ``bumpversion --dry-run --verbose --new-version 0.8.1 patch``
72
* Do it: ``bumpversion --new-version 0.8.1 patch``
73
* ... or: ``bumpversion --new-version 0.9.0 minor``
74
-* Push it: ``git push --tags``
+* Push it: ``git push``
75
+* Push tag: ``git push --tags``
76
77
See the bumpversion_ documentation for details.
78
0 commit comments