feat(github): add release template

This commit is contained in:
Fedor Lapshin 2022-02-27 13:02:09 +03:00 committed by GitHub
parent ca264d70ff
commit 401c108917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/release.yml vendored Normal file
View file

@ -0,0 +1,12 @@
changelog:
categories:
- title: "What's changed"
labels:
- "*"
- title: "Breaking changes"
labels:
- breaking changes
- title: "New features"
labels:
- feature