nonebot2/.github/release-drafter.yml

47 lines
986 B
YAML
Raw Normal View History

header: |
### Documentation
See: https://v2.nonebot.dev
template: |
### 💫 Changes
$CHANGES
category-template: "### $TITLE"
2022-01-15 13:27:43 +00:00
name-template: "Release v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
categories:
2022-01-15 13:27:43 +00:00
- title: "💥 Breaking Changes"
labels:
2022-01-15 13:27:43 +00:00
- "Breaking"
- title: "🚀 Features"
labels:
2022-01-15 13:27:43 +00:00
- "feature"
- "enhancement"
- title: "🐛 Bug Fixes"
labels:
2022-01-15 13:27:43 +00:00
- "fix"
- "bugfix"
- "bug"
- title: "📝 Documentation"
labels:
- "documentation"
2022-01-15 13:27:43 +00:00
- title: "🍻 Plugin Publish"
label: "Plugin"
- title: "🍻 Bot Publish"
label: "Bot"
- title: "🍻 Adapter Publish"
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