2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Adds release.yml file for auto-generation of release notes (#3194)

This commit is contained in:
Oliver
2022-06-14 20:30:09 +10:00
committed by GitHub
parent 412b464b09
commit 9bdbb0137f

31
.github/release.yml vendored Normal file
View File

@ -0,0 +1,31 @@
# .github/release.yml
changelog:
exclude:
labels:
- translation
categories:
- title: Breaking Changes
labels:
- Semver-Major
- breaking
- title: Security Patches
labels:
- security
- title: New Features
labels:
- Semver-Minor
- enhancement
- title: Bug Fixes
labels:
- Semver-Patch
- bug
- title: Devops / Setup Changes
labels:
- docker
- setup
- demo
- CI
- title: Other Changes
labels:
- "*"