jan/.github/release-drafter.yml
2023-12-01 13:47:54 +08:00

25 lines
528 B
YAML

categories:
- title: "🚀 Features"
labels:
- "type: feature request"
- "type: enhancement"
- "type: epic"
- title: "🐛 Fixes"
labels:
- "type: bug"
- title: "🧰 Maintenance"
labels:
- "type: chore"
- "type: ci"
- "type: documentation"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
template: |
## Changes
$CHANGES
## Contributor
$CONTRIBUTORS