Add "Major" label configuration in .changie.yaml

- Introduced the "Major" label with automatic version bumping to major releases.
This commit is contained in:
2026-03-26 16:21:11 +01:00
parent bd4c5adfa6
commit 1f7a98a89b

View File

@@ -46,6 +46,8 @@ kinds:
auto: patch
- label: UX
auto: patch
- label: Major
auto: major
newlines:
afterChangelogHeader: 1
beforeChangelogVersion: 1