Skip to content

chore: Add git-cliff config for generating release notes#138

Open
xieandrew wants to merge 1 commit intomasterfrom
134-git-cliff-config
Open

chore: Add git-cliff config for generating release notes#138
xieandrew wants to merge 1 commit intomasterfrom
134-git-cliff-config

Conversation

@xieandrew
Copy link
Copy Markdown
Collaborator

Closes #134.

Use by installing git-cliff, then running git-cliff -u -c cliff.toml for unreleased commits. For changelog between two release tags, use git-cliff v0.12.0..v0.13.0 -c cliff.toml. All future commits should use the conventional commit format to be properly parsed. docs:, test:, and chore: commits are excluded from the changelog.

@xieandrew xieandrew requested a review from subkanthi March 31, 2026 18:06
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.

Add git-cliff config file to generate release notes

2 participants