Create release.yml

This commit is contained in:
Revar Desmera 2025-04-25 19:54:06 -07:00 committed by GitHub
parent d651dea1ff
commit 480ed3dca2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
.github/release.yml vendored Normal file
View file

@ -0,0 +1,21 @@
# .github/release.yml
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes
labels:
- Semver-Major
- breaking-change
- title: New Features
labels:
- Semver-Minor
- enhancement
- title: Bugfixes
labels:
- bug
- title: Other Changes
labels:
- "*"