Skip to content

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

Merged
peczenyj merged 1 commit into
develfrom
chore/standardize-cliff-config
May 25, 2026
Merged

chore: standardize git-cliff config with sibling repos#57
peczenyj merged 1 commit 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

This repo already had compare URLs and a merge skip; the change brings it up to the full shared section set + breaking/scope display. The shared template also includes:

  1. { message = "^Merge", skip = true } as the first parser.
  2. A genericized [remote.github] comment.

Local difference

  • None beyond [remote.github] repo = "runtimevar-consul".

Notes

  • Existing CHANGELOG entries are untouched; only future generation changes.
  • 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. Keeps the existing "^Merge" skip.

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 98.38%. Comparing base (27d921e) to head (437ab95).

Additional details and impacted files
@@           Coverage Diff           @@
##            devel      #57   +/-   ##
=======================================
  Coverage   98.38%   98.38%           
=======================================
  Files           6        6           
  Lines         186      186           
=======================================
  Hits          183      183           
  Misses          2        2           
  Partials        1        1           

☔ 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.

@peczenyj peczenyj merged commit cca655a into devel May 25, 2026
9 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