mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 02:44:19 +00:00
chore: add .github/release.yml
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
019fc2114d
commit
810bfa2cd5
1 changed files with 22 additions and 0 deletions
22
.github/release.yml
vendored
Normal file
22
.github/release.yml
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- ignore-for-release
|
||||
- github-actions
|
||||
authors:
|
||||
- octocat
|
||||
- renovate[bot]
|
||||
categories:
|
||||
- title: Breaking Changes 🛠
|
||||
labels:
|
||||
- breaking-change
|
||||
- title: Exciting New Features 🎉
|
||||
labels:
|
||||
- enhancement
|
||||
- feature
|
||||
- title: Bug fixes 🐛
|
||||
labels:
|
||||
- bug
|
||||
- title: Other Changes 🔄
|
||||
labels:
|
||||
- "*"
|
Loading…
Add table
Add a link
Reference in a new issue