Skip to content

chore: standardize git-cliff config with sibling repos#37

Merged
peczenyj merged 2 commits into
develfrom
chore/standardize-cliff-config
May 25, 2026
Merged

chore: standardize git-cliff config with sibling repos#37
peczenyj merged 2 commits into
develfrom
chore/standardize-cliff-config

Conversation

@peczenyj
Copy link
Copy Markdown
Owner

Standardizes cliff.toml on the shared structalign-based template, so all of go-claimcheck, xpool, runtimevar-consul, and structalign carry the same git-cliff configuration (with only local differences).

What changes

Adopts the structalign config:

  • Keep a Changelog header + SemVer note
  • Full ordered section set: Added / Changed / Deprecated / Removed / Fixed / Security / Documentation
  • Footer compare/tree URLs (driven by [remote.github])
  • Prose fallbacks for non-conventional history, [**breaking**] marker, and scope display

Plus two improvements over today's structalign version (applied to the shared template everywhere):

  1. { message = "^Merge", skip = true } as the first parser, so merge commits never leak into the changelog.
  2. Genericized the [remote.github] comment (dropped the repo-specific anecdote).

Local difference

  • None beyond [remote.github] repo = "xpool".

Notes

  • Existing CHANGELOG entries are untouched; only future generation switches to the Keep a Changelog format.
  • Verified the config parses and renders with git-cliff 2.13.1.
  • The config skips chore: commits, so the CHANGELOG "Unreleased" entry was added manually.

🤖 Generated with Claude Code

Adopt the shared structalign-based cliff.toml: Keep a Changelog header,
full section set (Added/Changed/Deprecated/Removed/Fixed/Security/
Documentation), footer compare/tree URLs, prose fallbacks, breaking and
scope markers. Adds a "^Merge" skip so merge commits never leak into the
changelog.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@peczenyj peczenyj self-assigned this May 25, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (aef46fa) to head (08449da).

Additional details and impacted files
@@            Coverage Diff            @@
##             devel       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           99        99           
=========================================
  Hits            99        99           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@peczenyj peczenyj merged commit 52a2f4c into devel May 25, 2026
16 checks passed
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