mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add workflows
This commit is contained in:
parent
b494c31c72
commit
84dab0f7e7
7 changed files with 370 additions and 0 deletions
23
.github/release.yml
vendored
Normal file
23
.github/release.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
changelog:
|
||||
exclude:
|
||||
labels: []
|
||||
authors: []
|
||||
categories:
|
||||
- title: Breaking Changes
|
||||
labels:
|
||||
- breaking change
|
||||
- title: New Features & Enhancements
|
||||
labels:
|
||||
- enhancement
|
||||
- title: UI/UX Improvements
|
||||
labels:
|
||||
- user interface
|
||||
exclude:
|
||||
labels:
|
||||
- bug
|
||||
- title: Bug Fixes
|
||||
labels:
|
||||
- bug
|
||||
- title: Other changes
|
||||
labels:
|
||||
- "*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue