Merge pull request #1459 from cewert/format-auto-release

This commit is contained in:
Charles Ewert 2023-10-29 22:04:32 -04:00 committed by GitHub
commit 9834fe2ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,26 @@
changelog:
categories:
- title: 🆕 New Features
labels:
- "new feature"
- title: 🔨 Updated Features
labels:
- "updated feature"
- title: ⚙️ New Settings
labels:
- "new setting"
- title: 🔧 Updated Settings
labels:
- "updated setting"
- title: 🐛 Bug Fixes
labels:
- "bug fix"
- title: 🧹 Code Cleanup
labels:
- "code cleanup"
- title: ⭐ Additional Updates
labels:
- "*"
exclude:
labels:
- dependencies