discord.py-bot-template/.github/release-drafter.yml
2023-02-16 07:46:27 +01:00

24 lines
427 B
YAML

name-template: v$NEXT_PATCH_VERSION
tag-template: v$NEXT_PATCH_VERSION
categories:
- title: Added
label: enhancement
- title: Changed
label: change
- title: Deprecated
label: deprecated
- title: Removed
label: removed
- title: Fixed
label: bug
- title: Security
label: security
tag-template: - $TITLE (#$NUMBER) @$AUTHOR
template: |
## Changes
$CHANGES
## Authors
$CONTRIBUTORS