nonebot2/.github/release-drafter.yml

44 lines
937 B
YAML
Raw Normal View History

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