2020-10-20 17:28:51 +08:00
|
|
|
name-template: 'v$RESOLVED_VERSION 🌈'
|
|
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
|
|
categories:
|
2020-12-01 10:48:46 +08:00
|
|
|
- title: '💥 Breaking Changes'
|
|
|
|
labels:
|
|
|
|
- 'Breaking'
|
2020-10-20 17:28:51 +08:00
|
|
|
- title: '🚀 Features'
|
|
|
|
labels:
|
|
|
|
- 'feature'
|
|
|
|
- 'enhancement'
|
|
|
|
- title: '🐛 Bug Fixes'
|
|
|
|
labels:
|
|
|
|
- 'fix'
|
|
|
|
- 'bugfix'
|
|
|
|
- 'bug'
|
2020-12-01 10:48:46 +08:00
|
|
|
- title: '🍻 Plugin Publish'
|
|
|
|
label: 'Plugin'
|
2020-10-20 17:28:51 +08:00
|
|
|
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'
|
|
|
|
minor:
|
|
|
|
labels:
|
|
|
|
- 'minor'
|
|
|
|
patch:
|
|
|
|
labels:
|
|
|
|
- 'patch'
|
|
|
|
default: patch
|
|
|
|
template: |
|
2020-11-22 16:40:06 +08:00
|
|
|
## Documentation
|
|
|
|
|
|
|
|
See: https://v2.nonebot.dev
|
|
|
|
|
|
|
|
## 💫 Changes
|
2020-10-20 17:28:51 +08:00
|
|
|
|
|
|
|
$CHANGES
|