Create release.yml
This commit is contained in:
parent
b29a460f7d
commit
8a99aebe5e
|
@ -0,0 +1,14 @@
|
|||
# .github/release.yml
|
||||
|
||||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- ignore-for-release
|
||||
categories:
|
||||
- title: New Features 🎉
|
||||
labels:
|
||||
- enhancement
|
||||
- title: Bug Fixes 🛠
|
||||
labels:
|
||||
- bug
|
||||
- crash
|
Loading…
Reference in New Issue