2
0
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:
Oliver Walters 2022-06-03 18:49:36 +10:00
parent b6e77a5934
commit 83f157536b

29
.github/release.yml vendored Normal file
View 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:
- "*"