Skip to content

fix(changelog): pin git-cliff remote so compare links resolve#24

Merged
peczenyj merged 1 commit into
develfrom
fix/changelog-compare-urls
May 25, 2026
Merged

fix(changelog): pin git-cliff remote so compare links resolve#24
peczenyj merged 1 commit into
develfrom
fix/changelog-compare-urls

Conversation

@peczenyj

Copy link
Copy Markdown
Owner

Problem

The changelog footer's compare/tree links render as https://github.com///compare/... (empty owner/repo) for every version v0.1.0v0.5.2. The footer template uses {{ remote.github.owner }} / {{ remote.github.repo }}, and git-cliff's auto-detection of those values failed transiently during task release, baking the empty result into CHANGELOG.md.

Fix

  • cliff.toml: add an explicit [remote.github] section (owner = "peczenyj", repo = "structalign") so the links are deterministic and never depend on auto-detection / a remote lookup.
  • CHANGELOG.md: repair the 7 already-broken links (https://github.com///https://github.com/peczenyj/structalign/).

Verification

git cliff --tag v0.5.2 now renders correct compare/ and tree/ URLs for all versions; grep "github.com///" CHANGELOG.md returns nothing.

🤖 Generated with Claude Code

git-cliff's auto-detection of the GitHub owner/repo failed transiently
during `task release`, rendering the footer links as
`https://github.com///compare/...` (empty owner/repo). Pin them via an
explicit [remote.github] section so the output is deterministic, and
repair the already-broken links baked into v0.1.0..v0.5.2.

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

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.78%. Comparing base (c4ff01d) to head (ac445c9).

Additional details and impacted files
@@           Coverage Diff           @@
##            devel      #24   +/-   ##
=======================================
  Coverage   84.78%   84.78%           
=======================================
  Files          10       10           
  Lines         677      677           
=======================================
  Hits          574      574           
  Misses         65       65           
  Partials       38       38           

☔ 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 a8a2bb0 into devel May 25, 2026
6 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.

2 participants