From bf553ca9582f61ac6dc8b4f6e9818d29ee175043 Mon Sep 17 00:00:00 2001 From: geopanther Date: Wed, 13 May 2026 12:24:29 +0200 Subject: [PATCH] chore: Adapted commit msg in merge bump script --- 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 6c8b167..d1d2a1f 100755 --- a/scripts/merge-bump.sh +++ b/scripts/merge-bump.sh @@ -58,7 +58,7 @@ UV_LOCKED=0 uv sync --all-groups # Commit only bumped files + lockfile git add pyproject.toml gitfluence/__init__.py CHANGELOG.md uv.lock -git commit --no-edit -m "Bump version: ${VERSION}" +git commit --no-edit -m "chore: Bump version: ${VERSION}" # Push and create PR git push --set-upstream origin "${BRANCH}"