mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-09-01 09:03:37 +00:00
chore: add .github/release.yml
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
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:
|
||||||
|
- "*"
|
Reference in New Issue
Block a user