Add configuration for github release generation
This commit is contained in:
parent
524ef18847
commit
02280e60e4
14
.github/release.yml
vendored
Normal file
14
.github/release.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
changelog:
|
||||
categories:
|
||||
- title: Breaking Changes 🛠
|
||||
labels:
|
||||
- breaking-change
|
||||
- title: New Features 🎉
|
||||
labels:
|
||||
- enhancement
|
||||
- title: Bug fixes
|
||||
labels:
|
||||
- bug
|
||||
- title: Other Changes
|
||||
labels:
|
||||
- "*"
|
Loading…
Reference in New Issue
Block a user