chore: add release.yml config

pull/3531/head^2
Andelf 2022-01-05 15:31:12 +08:00
parent 9b5c98284b
commit ca2e6b1312
1 changed files with 26 additions and 0 deletions

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

@ -0,0 +1,26 @@
# .github/release.yml
changelog:
exclude:
labels:
- test
- chore
- ci
- :type/dev
categories:
- title: Exciting New Features 🎉
labels:
- :type/feature-request
- :type/feature
- title: Bug Fixes 🐛
labels:
- :type/bug
- :type/bug-fix
- :type/regression
- title: Enhancements 🔧
labels:
- :type/enhancement
- :type/performance
- title: Other Changes 🚧
labels:
- "*"