* actions: release drafter fix - attempt one * actions: release drafter fix - attempt two * actions: release drafter fix - attempt three * actions: release drafter fix - attempt four * remove branch p1 * remove branch p2
23 lines
404 B
YAML
23 lines
404 B
YAML
exclude-labels:
|
|
- 'skip-changelog'
|
|
- 'automated-pull-request'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
label: 'chore'
|
|
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
|
|
template: |
|
|
Thanks to: $CONTRIBUTORS
|
|
|
|
## Changes
|
|
|
|
$CHANGES
|