2022-02-16 11:10:54 +08:00
|
|
|
template: $CHANGES
|
2022-02-14 21:01:39 +08:00
|
|
|
category-template: "### $TITLE"
|
2022-01-15 21:27:43 +08:00
|
|
|
name-template: "Release v$RESOLVED_VERSION 🌈"
|
|
|
|
tag-template: "v$RESOLVED_VERSION"
|
2022-02-16 11:10:54 +08:00
|
|
|
change-template: "- $TITLE [@$AUTHOR](https://github.com/$AUTHOR) ([#$NUMBER]($URL))"
|
|
|
|
change-title-escapes: '\<&'
|
2022-02-19 16:56:41 +08:00
|
|
|
exclude-labels:
|
|
|
|
- "dependencies"
|
|
|
|
- "skip-changelog"
|
2020-10-20 17:28:51 +08:00
|
|
|
categories:
|
2022-02-16 11:10:54 +08:00
|
|
|
- title: "💥 破坏性变更"
|
2020-12-01 10:48:46 +08:00
|
|
|
labels:
|
2022-01-15 21:27:43 +08:00
|
|
|
- "Breaking"
|
2022-02-16 11:10:54 +08:00
|
|
|
- title: "🚀 新功能"
|
2020-10-20 17:28:51 +08:00
|
|
|
labels:
|
2022-01-15 21:27:43 +08:00
|
|
|
- "feature"
|
|
|
|
- "enhancement"
|
2022-02-16 11:10:54 +08:00
|
|
|
- title: "🐛 Bug 修复"
|
2020-10-20 17:28:51 +08:00
|
|
|
labels:
|
2022-01-15 21:27:43 +08:00
|
|
|
- "fix"
|
|
|
|
- "bugfix"
|
|
|
|
- "bug"
|
2022-02-16 11:10:54 +08:00
|
|
|
- title: "📝 文档"
|
2022-02-14 21:01:39 +08:00
|
|
|
labels:
|
|
|
|
- "documentation"
|
2022-02-16 11:10:54 +08:00
|
|
|
- title: "💫 杂项"
|
|
|
|
- title: "🍻 插件发布"
|
2022-01-15 21:27:43 +08:00
|
|
|
label: "Plugin"
|
2022-02-16 11:10:54 +08:00
|
|
|
- title: "🍻 机器人发布"
|
2022-01-15 21:27:43 +08:00
|
|
|
label: "Bot"
|
2022-02-16 11:10:54 +08:00
|
|
|
- title: "🍻 适配器发布"
|
2022-01-15 21:27:43 +08:00
|
|
|
label: "Adapter"
|
2020-10-20 17:28:51 +08:00
|
|
|
version-resolver:
|
|
|
|
major:
|
|
|
|
labels:
|
2022-01-15 21:27:43 +08:00
|
|
|
- "major"
|
2020-10-20 17:28:51 +08:00
|
|
|
minor:
|
|
|
|
labels:
|
2022-01-15 21:27:43 +08:00
|
|
|
- "minor"
|
2020-10-20 17:28:51 +08:00
|
|
|
patch:
|
|
|
|
labels:
|
2022-01-15 21:27:43 +08:00
|
|
|
- "patch"
|
2020-10-20 17:28:51 +08:00
|
|
|
default: patch
|