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