Skip to content

Commit e2195e3

Browse files
committed
fix: remove vestigial [skip-version] from bump commit message
- [skip-version] was for the old commit-msg-auto-version hook (deleted) - CI now uses paths filter (excludes VERSION/lpb.stack.env) - The commit message "chore: bump VERSION ..." already clearly indicates auto-bump - Cleaner log: chore: bump VERSION 0.0.17-lpb-dev (no misleading suffix)
1 parent 6421b82 commit e2195e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
git config user.name "ci-localpibox"
128128
git config user.email "ci@localpibox.dev"
129129
git add VERSION lpb.stack.env
130-
git commit -m "chore: bump VERSION $NEW_VERSION [skip-version]" || echo "Nothing to commit"
130+
git commit -m "chore: bump VERSION $NEW_VERSION" || echo "Nothing to commit"
131131
git push origin dev --force-with-lease || echo "Push failed (already up-to-date)"
132132
133133
- name: Create tags on all repos

0 commit comments

Comments
 (0)