mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-09 15:29:09 +00:00
21 lines
381 B
YAML
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:
|
|
- "*"
|