From 219eaa4cee87f31abdf148b9567f4da33856a59b Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Wed, 5 Aug 2026 02:36:26 +0300 Subject: [PATCH 1/3] docs: update changelog for v2.13.1 Add the v2.13.1 entry covering the checked-value reporting in JSON output (#522) and the commit-check.com link in the config header (#524), plus the Highlights row. --- docs/changelog.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 1ca8a19..b9c56fc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,6 +11,7 @@ below and to the page that documents the feature properly. | Version | What changed | Documented in | |---|---|---| +| [2.13.1](#v2131) | JSON output reports the checked value for passing checks | [Output for scripts and CI](example.md#output-for-scripts-and-ci) | | [2.13.0](#v2130) | Stable rule IDs in terminal output and JSON | [Rules reference](rules.md) | | [2.12.0](#v2120) | Author name and email patterns became configurable | [CC101](rules.md#cc101) ยท [CC102](rules.md#cc102) | | [2.11.0](#v2110) | AI attribution policy | [Policy guides](guides/policies.md#ai-attribution) | @@ -22,6 +23,24 @@ below and to the page that documents the feature properly. | [2.5.0](#v250) | Organization-wide config with `inherit_from` | [Integrations](guides/integrations.md#across-an-organization) | | [2.0.0](#v200) | Configuration moved from YAML to TOML โ€” breaking | [Migrating from v1](migration.md) | +## v2.13.1 (2026-08-04) { #v2131 } + +### New Features + +* **Passed checks report what they checked** โ€” `--format json` and the + `validate_all_detailed()` API now populate `value` on passing checks with + the raw input that was validated (commit subject, branch name, author + name/email, push refs), so tooling such as commit-check-action can show + exactly what passed instead of an empty string. Terminal output is + unchanged. + See PR [#522](https://github.com/commit-check/commit-check/pull/522). + +### Documentation + +* Added a link to [commit-check.com](https://commit-check.com) in the header + of the generated `cchk.toml`. + See PR [#524](https://github.com/commit-check/commit-check/pull/524). + ## v2.13.0 (2026-08-04) { #v2130 } ### New Features From 1c4308676e31b46fbc19450c391f8736ea7a2196 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Wed, 5 Aug 2026 02:38:12 +0300 Subject: [PATCH 2/3] docs: drop non-notable config header link from changelog A comment link in the generated cchk.toml template does not change user-visible behavior and is below the changelog's bar for notable changes. --- docs/changelog.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index b9c56fc..922f412 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -35,12 +35,6 @@ below and to the page that documents the feature properly. unchanged. See PR [#522](https://github.com/commit-check/commit-check/pull/522). -### Documentation - -* Added a link to [commit-check.com](https://commit-check.com) in the header - of the generated `cchk.toml`. - See PR [#524](https://github.com/commit-check/commit-check/pull/524). - ## v2.13.0 (2026-08-04) { #v2130 } ### New Features From bfee058168544a650da3464eb079aa6199819ca5 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Wed, 5 Aug 2026 02:40:18 +0300 Subject: [PATCH 3/3] chore: Update release date for version 2.13.1 --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 922f412..06ec4c7 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -23,7 +23,7 @@ below and to the page that documents the feature properly. | [2.5.0](#v250) | Organization-wide config with `inherit_from` | [Integrations](guides/integrations.md#across-an-organization) | | [2.0.0](#v200) | Configuration moved from YAML to TOML โ€” breaking | [Migrating from v1](migration.md) | -## v2.13.1 (2026-08-04) { #v2131 } +## v2.13.1 (2026-08-05) { #v2131 } ### New Features