toying with release.yml

This commit is contained in:
Brian Lindner 2023-05-09 01:05:00 -04:00
parent 63d6cb2a1a
commit 26419f424a
No known key found for this signature in database

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

@ -0,0 +1,20 @@
# .github/release.yml
changelog:
exclude:
labels:
- ignore-for-release
authors:
- octocat
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- title: Other Changes
labels:
- "*"