mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-23 20:43:33 +08:00
commit
6957ce1177
36
.github/release-drafter.yml
vendored
Normal file
36
.github/release-drafter.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user