Skip to content

Commit b770563

Browse files
committed
chore(bump): include .bumpversion.cfg in git commit and tag process
1 parent 6c75ecd commit b770563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bump.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def generate_changelog(version: str):
105105

106106

107107
def git_commit_and_tag(version: str, tag: bool):
108-
files = ["pyproject.toml", "uv.lock"]
108+
files = ["pyproject.toml", "uv.lock", ".bumpversion.cfg"]
109109
if os.path.exists("core/__init__.py"):
110110
files.append("core/__init__.py")
111111
if os.path.exists("CHANGELOG.md"):

0 commit comments

Comments
 (0)