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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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