mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-11 00:10:29 -07:00
chore: automate releases (#81)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
f372c26bb9
commit
66ea1e4995
2 changed files with 135 additions and 67 deletions
17
.github/release.yml
vendored
Normal file
17
.github/release.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- ignore-for-release
|
||||
categories:
|
||||
- title: Exciting New Features 🏕
|
||||
labels:
|
||||
- enhancement
|
||||
- title: Bugfixes 🐞
|
||||
labels:
|
||||
- bug
|
||||
- title: Breaking Changes 🛠
|
||||
labels:
|
||||
- breaking-change
|
||||
- title: Other Changes
|
||||
labels:
|
||||
- "*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue