Skip to content

Commit

Permalink
update README.dev.md for generated package
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hafner committed Mar 21, 2024
1 parent 1460d47 commit 97c6fda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.directory_name}}/README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ make doctest
Bumping the version across all files is done with [bump-my-version](https://github.com/callowayproject/bump-my-version), e.g.

```shell
bump-my-version major # bumps from e.g. 0.3.2 to 1.0.0
bump-my-version minor # bumps from e.g. 0.3.2 to 0.4.0
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
```

## Making a release
Expand Down

0 comments on commit 97c6fda

Please sign in to comment.