mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add template for auto-generation of release notes
This commit is contained in:
parent
b6e77a5934
commit
83f157536b
1 changed files with 29 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue