Create .github/release.yml

Adds a template for automatic generation of release notes
This commit is contained in:
Maruan 2023-10-01 21:42:43 -04:00 committed by GitHub
parent d11df465f0
commit c8d28df4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

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

@ -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:
- "*"