diff --git a/docs/contributing/releasing.md b/docs/contributing/releasing.md index 5fd31fee..2773bbfb 100644 --- a/docs/contributing/releasing.md +++ b/docs/contributing/releasing.md @@ -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`.