chore: update cliff.toml #58
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
mupen64/ugui!58
Loading…
Reference in a new issue
No description provided.
Delete branch "update-cliff-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull request overview
Updates the repository’s
git-cliffconfiguration, affecting how changelogs are rendered and how commits are filtered/grouped for release notes generation.Changes:
changelog: skip(including araw_message-based rule) and sets preprocessors/postprocessors to empty arrays.💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The
bodytemplate no longer renders a per-release heading (version/timestamp or anunreleasedsection). This makes the generated changelog ambiguous because groups will be listed without any release boundary. If this wasn’t intentional, reintroduce a release header block (e.g., version/unreleased) before iterating groups, or add an explicit heading so consumers can tell which release the entries belong to.The comment says the
footerfield is currently broken, but this config still includes a footer-based skip rule. This is contradictory and makes it unclear which rule is expected to work. Either remove the footer-based parser (and rely on theraw_messagerule), or update the comment to explain why both are needed and when the footer rule will become effective.