We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11766a7 commit 970120eCopy full SHA for 970120e
README.rst
@@ -155,9 +155,8 @@ Make a new version of Birdy in the following steps:
155
156
* Make sure everything is commit to GitHub.
157
* Update ``CHANGES.rst`` with the next version.
158
-* Dry Run: ``bumpversion --dry-run --verbose --new-version 0.3.4 patch``
159
-* Do it: ``bumpversion --new-version 0.3.4 patch``
160
-* ... or: ``bumpversion --new-version 0.4.0 minor``
+* Dry Run: ``bumpversion --dry-run --verbose --new-version {NEW_VERSION} patch``
+* Do it: ``bumpversion --new-version {NEW_VERSION} patch``
161
* Push it: ``git push --tags``
162
163
See the bumpversion_ documentation for details.
0 commit comments