custom_vesync/.github/release-drafter.yml
2022-04-01 15:04:42 +02:00

24 lines
575 B
YAML

name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
exclude-labels:
- 'Meta: Exclude From Changelog'
- 'auto-changelog'
categories:
- title: '⤽ Backport from Core'
label: 'backport'
- title: '⚠️ Breaking changes'
label: 'breaking'
- title: '🚀 Features'
label: 'feature'
- title: '✨ Enhancement'
label: 'enhancement'
- title: '📘 Documentation'
label: 'documentation'
- title: '🐛 Bug Fixes'
label: 'bug'
template: |
## What's changed
$CHANGES
## Contributors to this release
$CONTRIBUTORS