mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
27 lines
478 B
YAML
27 lines
478 B
YAML
|
# .github/release.yml
|
||
|
|
||
|
changelog:
|
||
|
categories:
|
||
|
- title: Breaking Changes
|
||
|
labels:
|
||
|
- Semver-Major
|
||
|
- breaking
|
||
|
- title: New Features
|
||
|
labels:
|
||
|
- Semver-Minor
|
||
|
- enhancement
|
||
|
- title: Bug Fixes
|
||
|
labels:
|
||
|
- Semver-Patch
|
||
|
- bug
|
||
|
- title: Devops / Setup Changes
|
||
|
labels:
|
||
|
- docker
|
||
|
- setup
|
||
|
- demo
|
||
|
- CI
|
||
|
- security
|
||
|
- title: Other Changes
|
||
|
labels:
|
||
|
- "*"
|