Skip to content

Releases: benner/commit-guard

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 18:40
v0.24.0
ae73d28

[0.24.0] - 2026-07-21

🚀 Features

  • (action) Expose --quiet as dedicated input (43cd1b0)

v0.23.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:19
v0.23.1
92d7ee3

[0.23.1] - 2026-07-17

🐛 Bug Fixes

  • Stop rejecting base verbs that end in ing or ed (ccaa749)

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 13:06
v0.23.0
4fb9b57

[0.23.0] - 2026-07-10

🚀 Features

  • Add --quiet to print only offending commits (262ca3d)

🚜 Refactor

  • Extract per-commit reporting from main (9d857b2)

⚙️ Miscellaneous Tasks

v0.22.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 05:27
v0.22.3
4f989e9

[0.22.3] - 2026-06-30

🐛 Bug Fixes

  • (signature) Verify against the committer, not the author (be67e86)

v0.22.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 06:26
v0.22.2
e156ca2

[0.22.2] - 2026-06-14

⚙️ Miscellaneous Tasks

v0.22.1

Choose a tag to compare

@github-actions github-actions released this 17 May 05:31
v0.22.1
9162df7

[0.22.1] - 2026-05-17

🐛 Bug Fixes

  • (imperative) Accept hyphenated verb-forming prefixes (9fd31bf)

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 08 May 04:26
v0.22.0
e438d8c

[0.22.0] - 2026-05-08

🚀 Features

  • (action) Wire github.token into GITHUB_TOKEN automatically (cac9c16)
  • (signature) [breaking] Tighten SSH key fetch to /ssh_signing_keys (aa045b3)

🎨 Styling

  • (action) Wrap long descriptions via yamlfix (a2c13a7)

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 06 May 16:49
v0.21.0
22a3b0f

[0.21.0] - 2026-05-06

🚀 Features

  • (signature) Hint at GITHUB_TOKEN when commits API returns 404 (042a30c)
  • (signed-off) Hint at 'git commit -s' in error message (b0ec658)
  • (subject) List allowed types in unknown-type error (0f28b78)
  • (subject) List allowed scopes in unknown-scope error (0db7f9d)
  • (signature) Distinguish HTTP auth errors from network outages (06bffd2)

🎨 Styling

  • Fix list continuation indent in README (d611e41)

v0.20.1

Choose a tag to compare

@github-actions github-actions released this 04 May 03:32
v0.20.1
87889d2

[0.20.1] - 2026-05-04

🐛 Bug Fixes

  • (signature) Handle subprocess timeout without crashing (230601f)
  • (config) Exit cleanly on malformed .commit-guard.toml (22312db)
  • (cli) Read commit message file as UTF-8 (1f7d8d6)
  • (ci) Fail reviewdog jobs at any finding level (2f77962)

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 02 May 08:13
v0.20.0
cab0d35

[0.20.0] - 2026-05-02

🚀 Features

  • (signature) [breaking] Verify commits via GitHub public key lookup (7c533fd)
  • (signature) Resolve author via Commits API before email search (e420c52)
  • (signature) Parse username from GitHub noreply email (e9ce098)

🐛 Bug Fixes

  • (signature) Prevent SSH path from succeeding in GPG verification (012f260)