Skip to content

Commit 97c6fda

Browse files
committed
update README.dev.md for generated package
1 parent 1460d47 commit 97c6fda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

{{cookiecutter.directory_name}}/README.dev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ make doctest
116116
Bumping the version across all files is done with [bump-my-version](https://github.com/callowayproject/bump-my-version), e.g.
117117

118118
```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
119+
bump-my-version bump major # bumps from e.g. 0.3.2 to 1.0.0
120+
bump-my-version bump minor # bumps from e.g. 0.3.2 to 0.4.0
121+
bump-my-version bump patch # bumps from e.g. 0.3.2 to 0.3.3
122122
```
123123

124124
## Making a release

0 commit comments

Comments
 (0)