Last active
December 17, 2025 21:17
-
-
Save bouli/912bad8153475d28f7d1f2be6c51f9e3 to your computer and use it in GitHub Desktop.
basic-bumpversion.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [tool.bumpversion] | |
| tag = true | |
| tag_name = "v{new_version}" | |
| pre_commit_hooks = ["uv sync --upgrade", "git add uv.lock"] | |
| commit = true | |
| [[tool.bumpversion.files]] | |
| filename = "pyproject.toml" | |
| search = "version = \"{current_version}\"" | |
| search = "version = \"{new_version}\"" | |
| [[tool.bumpversion.files]] | |
| filename = "README.md" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment