InvenTree/.github/release.yml
Oliver a4be6bc90b
New tags (#4971)
- feature
- experimental
2023-06-05 19:41:42 +10:00

37 lines
677 B
YAML

# .github/release.yml
changelog:
exclude:
labels:
- translation
- documentation
categories:
- title: Breaking Changes
labels:
- Semver-Major
- breaking
- title: Security Patches
labels:
- security
- title: New Features
labels:
- Semver-Minor
- feature
- enhancement
- title: Experimental Features
labels:
- experimental
- title: Bug Fixes
labels:
- Semver-Patch
- bug
- title: Devops / Setup Changes
labels:
- docker
- setup
- demo
- CI
- title: Other Changes
labels:
- "*"