Skip to content

chore(ci): support breaking change commits in changelog#38

Merged
codepuncher merged 2 commits into
mainfrom
chore/cliff-breaking-changes
May 25, 2026
Merged

chore(ci): support breaking change commits in changelog#38
codepuncher merged 2 commits into
mainfrom
chore/cliff-breaking-changes

Conversation

@codepuncher
Copy link
Copy Markdown
Owner

Adds regex parser rule to cliff.toml for breaking change commits.

Copilot AI review requested due to automatic review settings May 25, 2026 18:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a git-cliff parser rule so that Conventional Commit messages flagged as breaking changes (e.g., feat!: ...) are grouped under a dedicated "Breaking Changes" section in the Nexus Mods release notes. The rule is placed first so it takes precedence over the subsequent type-based parsers.

Changes:

  • Insert a new commit_parsers entry matching ^[a-z]+!: and grouping it as "Breaking Changes".

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cliff.toml Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@codepuncher codepuncher merged commit eb4d5b2 into main May 25, 2026
11 checks passed
@codepuncher codepuncher deleted the chore/cliff-breaking-changes branch May 25, 2026 18:42
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