From 3004088f88d87dd932ba7334fc748eacd51df6ec Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 2 Oct 2024 09:29:18 -0600 Subject: [PATCH] Add note about which files bump-my-version manages --- docs/contributing/releasing.md | 5 +++++ 1 file changed, 5 insertions(+) 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`.