Create .github/release.yml
Adds a template for automatic generation of release notes
This commit is contained in:
parent
d11df465f0
commit
c8d28df4bc
|
|
@ -0,0 +1,14 @@
|
||||||
|
changelog:
|
||||||
|
exclude:
|
||||||
|
labels:
|
||||||
|
- ignore-for-release
|
||||||
|
categories:
|
||||||
|
- title: new features 🚀
|
||||||
|
labels:
|
||||||
|
- enhancement
|
||||||
|
- title: bug fixes and improvements ✨
|
||||||
|
labels:
|
||||||
|
- bug-fix
|
||||||
|
- title: other changes 🛠️
|
||||||
|
labels:
|
||||||
|
- "*"
|
||||||
Loading…
Reference in New Issue