mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
34e43e29da
Add new release.yml tag for "dependency" tagged issued
40 lines
738 B
YAML
40 lines
738 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: Dependencies
|
|
labels:
|
|
- dependency
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|