Commit 46d958f
committed
feat(changelog): add priority order for subcategory labels
When a PR has multiple content-type labels, use priority order:
1. breaking change (highest)
2. bugfix
3. feature
4. refactor (lowest)
Example: PR with 'bugfix' + 'feature' + 'refactor' → categorized as 'bugfix'
This prevents PRs from appearing in multiple subcategories and ensures
the most important change type is highlighted.1 parent 07c498b commit 46d958f
2 files changed
+22
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments