Skip to content

Commit

Permalink
Add note about which files bump-my-version manages
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 2, 2024
1 parent 452981b commit 3004088
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/contributing/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
```

Add, commit, and push the files changed by `bump-my-version`.

!!! note

The files managed by `bump-my-version` are configured in `pyproject.toml`.

1. Push a tag on the new commit containing the version number, prefixed with `v`, e.g.
`v1.3.0`.

Expand Down

0 comments on commit 3004088

Please sign in to comment.