Create new tag
git tag <tag-to-create>Check last tag
| ALL | |
| All messages in the mailbox; the default initial key for | |
| ANDing. | |
| ANSWERED | |
| Messages with the \Answered flag set. | |
| BCC | |
| Messages that contain the specified string in the envelope | |
| structure's BCC field. |
| [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}\"" |