mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-25 07:11:29 +00:00
🏷️ add pre-commit flow
This commit is contained in:
42
.github/release-drafter.yml
vendored
42
.github/release-drafter.yml
vendored
@ -1,36 +1,36 @@
|
||||
name-template: 'Release v$RESOLVED_VERSION 🌈'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
name-template: "Release v$RESOLVED_VERSION 🌈"
|
||||
tag-template: "v$RESOLVED_VERSION"
|
||||
categories:
|
||||
- title: '💥 Breaking Changes'
|
||||
- title: "💥 Breaking Changes"
|
||||
labels:
|
||||
- 'Breaking'
|
||||
- title: '🚀 Features'
|
||||
- "Breaking"
|
||||
- title: "🚀 Features"
|
||||
labels:
|
||||
- 'feature'
|
||||
- 'enhancement'
|
||||
- title: '🐛 Bug Fixes'
|
||||
- "feature"
|
||||
- "enhancement"
|
||||
- title: "🐛 Bug Fixes"
|
||||
labels:
|
||||
- 'fix'
|
||||
- 'bugfix'
|
||||
- 'bug'
|
||||
- title: '🍻 Plugin Publish'
|
||||
label: 'Plugin'
|
||||
- title: '🍻 Bot Publish'
|
||||
label: 'Bot'
|
||||
- title: '🍻 Adapter Publish'
|
||||
label: 'Adapter'
|
||||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||||
- "fix"
|
||||
- "bugfix"
|
||||
- "bug"
|
||||
- title: "🍻 Plugin Publish"
|
||||
label: "Plugin"
|
||||
- title: "🍻 Bot Publish"
|
||||
label: "Bot"
|
||||
- title: "🍻 Adapter Publish"
|
||||
label: "Adapter"
|
||||
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
|
||||
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
||||
version-resolver:
|
||||
major:
|
||||
labels:
|
||||
- 'major'
|
||||
- "major"
|
||||
minor:
|
||||
labels:
|
||||
- 'minor'
|
||||
- "minor"
|
||||
patch:
|
||||
labels:
|
||||
- 'patch'
|
||||
- "patch"
|
||||
default: patch
|
||||
template: |
|
||||
## Documentation
|
||||
|
Reference in New Issue
Block a user