BOSL2/.github/release.yml
2025-04-25 19:56:29 -07:00

21 lines
381 B
YAML

# .github/release.yml
changelog:
exclude:
labels:
- Ignore-For-Release
categories:
- title: Breaking Changes
labels:
- Semver-Major
- Breaking-Change
- title: New Features
labels:
- Semver-Minor
- Enhancement
- title: Bugfixes
labels:
- Bug
- title: Other Changes
labels:
- "*"