mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
a4be6bc90b
- feature - experimental
37 lines
677 B
YAML
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:
|
|
- "*"
|