forked from pothtonswer/discordmuffin
feat(github): add release template
This commit is contained in:
parent
ca264d70ff
commit
401c108917
1 changed files with 12 additions and 0 deletions
12
.github/release.yml
vendored
Normal file
12
.github/release.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
changelog:
|
||||||
|
categories:
|
||||||
|
- title: "What's changed"
|
||||||
|
labels:
|
||||||
|
- "*"
|
||||||
|
- title: "Breaking changes"
|
||||||
|
labels:
|
||||||
|
- breaking changes
|
||||||
|
|
||||||
|
- title: "New features"
|
||||||
|
labels:
|
||||||
|
- feature
|
Loading…
Reference in a new issue