Skip to content

chore: replace git-chglog automation with git-cliff#767

Merged
scarmuega merged 1 commit into
mainfrom
chore/migrate-to-git-cliff
May 10, 2026
Merged

chore: replace git-chglog automation with git-cliff#767
scarmuega merged 1 commit into
mainfrom
chore/migrate-to-git-cliff

Conversation

@scarmuega
Copy link
Copy Markdown
Member

Summary

  • Replace git-chglog (Go) with git-cliff (Rust) for changelog and release-note generation, mirroring the setup in txpipe/dolos for cross-repo consistency.
  • Add cliff.toml at the repo root (copied from dolos) with conventional-commit parsers and emoji-grouped sections.
  • Wire git cliff into cargo release via [workspace.metadata.release] so future releases regenerate CHANGELOG.md automatically as a pre-release-hook.
  • Swap the GitHub release workflow to orhun/git-cliff-action@v4 (--latest --strip header) — no more Go toolchain install.
  • Regenerate CHANGELOG.md so existing history matches the new format.

Test plan

  • Confirm cliff.toml parses: git cliff --latest locally
  • Verify the Release workflow renders sensible notes when the next v* tag is pushed
  • (Optional) dry-run cargo release --workspace --execute=false to confirm the pre-release-hook fires

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 10, 2026

Warning

Rate limit exceeded

@scarmuega has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 30 minutes and 48 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 48518324-8c4d-4204-a4dc-3bd27e432b79

📥 Commits

Reviewing files that changed from the base of the PR and between a435d5d and fbbef66.

📒 Files selected for processing (8)
  • .chglog/CHANGELOG.tpl.md
  • .chglog/config.yml
  • .github/chglog/RELEASE.tpl.md
  • .github/chglog/release.yml
  • .github/workflows/release.yml
  • CHANGELOG.md
  • Cargo.toml
  • cliff.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/migrate-to-git-cliff

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@scarmuega scarmuega merged commit 0eda10d into main May 10, 2026
18 of 19 checks passed
@scarmuega scarmuega deleted the chore/migrate-to-git-cliff branch May 10, 2026 15:33
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