23 lines
474 B
YAML
23 lines
474 B
YAML
name-template: 'v$NEXT_PATCH_VERSION 🌈'
|
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- 'new importer'
|
|
- 'new channel'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
labels:
|
|
- 'dependencies'
|
|
- 'documentation'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
template: |
|
|
## Changes
|
|
$CHANGES
|