Skip to content

Commit 225f120

Browse files
committed
udpate dev_guide
1 parent 2c32947 commit 225f120

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/dev_guide.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ Make a new version of Emu in the following steps:
7171
* Dry Run: ``bumpversion --dry-run --verbose --new-version 0.8.1 patch``
7272
* Do it: ``bumpversion --new-version 0.8.1 patch``
7373
* ... or: ``bumpversion --new-version 0.9.0 minor``
74-
* Push it: ``git push --tags``
74+
* Push it: ``git push``
75+
* Push tag: ``git push --tags``
7576
7677
See the bumpversion_ documentation for details.
7778

0 commit comments

Comments
 (0)