From ec8e99bd082c57e54b231f21e98bff5003bb88fc Mon Sep 17 00:00:00 2001 From: geopanther Date: Wed, 13 May 2026 12:52:22 +0200 Subject: [PATCH] chore: Added bumpversion conf file to git add --- scripts/merge-bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/merge-bump.sh b/scripts/merge-bump.sh index d1d2a1f..60fe994 100755 --- a/scripts/merge-bump.sh +++ b/scripts/merge-bump.sh @@ -57,7 +57,7 @@ git checkout -b "${BRANCH}" UV_LOCKED=0 uv sync --all-groups # Commit only bumped files + lockfile -git add pyproject.toml gitfluence/__init__.py CHANGELOG.md uv.lock +git add pyproject.toml gitfluence/__init__.py CHANGELOG.md uv.lock .bumpversion.toml git commit --no-edit -m "chore: Bump version: ${VERSION}" # Push and create PR