2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-30 06:26:52 +00:00

Merge pull request #148 from inventree/auto-release

Add template for auto-generation of release notes
This commit is contained in:
Oliver 2022-06-03 18:54:23 +10:00 committed by GitHub
commit 9a5cf59efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
- "*"