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

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