Skip to content

Commit 0c1fb13

Browse files
committed
use a working push sequence
the kind of tag created with bumpversion does not get pushed with --follow-tags
1 parent 298a21e commit 0c1fb13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -656,9 +656,9 @@ Versioning
656656

657657
Use bumpversion_ to conveniently change project version::
658658

659-
bumpversion patch # 0.0.0 -> 0.0.1
660-
bumpversion minor # 0.0.1 -> 0.1.0
661-
bumpversion major # 0.1.0 -> 1.0.0
659+
bumpversion patch # 0.0.1 -> 0.0.2
660+
bumpversion minor # 0.1.0 -> 0.2.0
661+
bumpversion major # 1.0.0 -> 2.0.0
662662

663663
You can use ``--dry-run --verbose`` flags first to preview changes.
664664

@@ -668,5 +668,5 @@ Making releases
668668
---------------
669669

670670
* 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``
671+
* use ``bumpversion`` (see above) to update the version
672+
* push changes with tags: ``git push --tags && git push``

0 commit comments

Comments
 (0)