Skip to content

chore: enforce commit message format#90

Open
marcus wants to merge 1 commit intomainfrom
feat/commit-message-normalizer
Open

chore: enforce commit message format#90
marcus wants to merge 1 commit intomainfrom
feat/commit-message-normalizer

Conversation

@marcus
Copy link
Copy Markdown
Owner

@marcus marcus commented Apr 1, 2026

Summary

  • add a commit-msg hook that enforces the repo's Conventional Commits variant and allows merge/release exceptions
  • install both git hooks via make install-hooks and document the new contributor workflow in README.md
  • validate non-merge commit messages in CI so web edits and --no-verify commits still get checked

Verification

  • bash -n scripts/commit-msg.sh
  • smoke-tested valid and invalid commit messages with scripts/commit-msg.sh
  • make install-hooks
  • go test ./...

Add a local commit-msg hook, document the repo's Conventional Commits variant, and validate non-merge commits in CI.

Nightshift-Task: commit-normalize
Nightshift-Ref: https://github.com/marcus/nightshift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant