fix release-drafter

This commit is contained in:
felinae98 2022-05-21 22:46:07 +08:00
parent 130f796307
commit 383fde2b62
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

36
.github/release-drafter.yml vendored Normal file
View File

@ -0,0 +1,36 @@
template: $CHANGES
category-template: "### $TITLE"
name-template: "Release v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
# change-template: "- $TITLE [@$AUTHOR](https://github.com/$AUTHOR) ([#$NUMBER]($URL))"
change-title-escapes: '\<&'
exclude-labels:
- "dependencies"
- "skip-changelog"
categories:
- title: "破坏性变更"
labels:
- "Breaking"
- title: "新功能"
labels:
- "feature"
- "enhancement"
- title: "Bug 修复"
labels:
- "fix"
- "bugfix"
- "bug"
- title: "文档"
labels:
- "documentation"
version-resolver:
major:
labels:
- "major"
minor:
labels:
- "minor"
patch:
labels:
- "patch"
default: patch