mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
Create release.yml (#1243)
This commit is contained in:
parent
3d7a69bae6
commit
653993a5bf
1 changed files with 25 additions and 0 deletions
25
.github/release.yml
vendored
Normal file
25
.github/release.yml
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- dependencies
|
||||
authors:
|
||||
- dependabot
|
||||
categories:
|
||||
- title: Changes 🛠
|
||||
labels:
|
||||
- bug_fix
|
||||
- title: Exciting New Features 🎉
|
||||
labels:
|
||||
- enhancement
|
||||
- title: More Documentation 📚
|
||||
labels:
|
||||
- documentation
|
||||
- title: Refactoring 🧬
|
||||
labels:
|
||||
- refactoring
|
||||
- title: Minor changes 🧹
|
||||
labels:
|
||||
- chore
|
||||
- title: Others 🔔
|
||||
labels:
|
||||
- "*"
|
||||
Loading…
Reference in a new issue