mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-27 21:16:48 +00:00
Add template for auto-generation of release notes
This commit is contained in:
parent
b6e77a5934
commit
83f157536b
29
.github/release.yml
vendored
Normal file
29
.github/release.yml
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
# .github/release.yml
|
||||
|
||||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- wontfix
|
||||
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:
|
||||
- "*"
|
Loading…
x
Reference in New Issue
Block a user