We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1460d47 commit 97c6fdaCopy full SHA for 97c6fda
1 file changed
{{cookiecutter.directory_name}}/README.dev.md
@@ -116,9 +116,9 @@ make doctest
116
Bumping the version across all files is done with [bump-my-version](https://github.com/callowayproject/bump-my-version), e.g.
117
118
```shell
119
-bump-my-version major # bumps from e.g. 0.3.2 to 1.0.0
120
-bump-my-version minor # bumps from e.g. 0.3.2 to 0.4.0
121
-bump-my-version patch # bumps from e.g. 0.3.2 to 0.3.3
+bump-my-version bump major # bumps from e.g. 0.3.2 to 1.0.0
+bump-my-version bump minor # bumps from e.g. 0.3.2 to 0.4.0
+bump-my-version bump patch # bumps from e.g. 0.3.2 to 0.3.3
122
```
123
124
## Making a release
0 commit comments