Create release.yml

This commit is contained in:
VladV 2022-07-03 09:32:06 +03:00 committed by GitHub
parent 12ec1e0994
commit 1e31ddfde9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,16 @@
# .github/release.yml
changelog:
categories:
- title: Breaking Changes
labels:
- breaking-change
- title: Features
labels:
- enhancement
- title: Fixes
labels:
- bug
- title: Changes
labels:
- "*"