Skip to content

feat: add git-cliff changelog generation#18

Merged
miguelgila merged 1 commit intomainfrom
changelog
Feb 18, 2026
Merged

feat: add git-cliff changelog generation#18
miguelgila merged 1 commit intomainfrom
changelog

Conversation

@miguelgila
Copy link
Owner

Summary

  • Add cliff.toml configuration for git-cliff with conventional commit parsing and categorized sections (Features, Bug Fixes, Performance, Refactoring, Documentation, Testing, CI/CD, Reverts, Miscellaneous)
  • Integrate git-cliff into auto-release.yml and manual-release.yml to update CHANGELOG.md on each release commit
  • Replace GitHub's generate_release_notes: true in release.yml with git-cliff output for structured release notes on GitHub Releases
  • Generate initial CHANGELOG.md from existing commit history

Test plan

  • Verify manual-release.yml dry-run shows CHANGELOG.md in the diff
  • Trigger a manual release and confirm CHANGELOG.md is updated in the release commit
  • Confirm GitHub Release page shows categorized release notes from git-cliff

🤖 Generated with Claude Code

Integrate git-cliff for automated changelog generation in both auto
and manual release workflows. CHANGELOG.md is updated on each release
commit, and GitHub Release notes are generated from git-cliff output
instead of GitHub's built-in auto-generated notes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Feb 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.20%. Comparing base (29262c2) to head (adbd747).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   86.20%   86.20%           
=======================================
  Files           4        4           
  Lines         174      174           
=======================================
  Hits          150      150           
  Misses         24       24           

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

@miguelgila miguelgila merged commit 243599c into main Feb 18, 2026
10 checks passed
@miguelgila miguelgila deleted the changelog branch February 18, 2026 16:31
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