mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-06 05:29:42 +00:00
23 lines
414 B
YAML
23 lines
414 B
YAML
name-template: '$RESOLVED_VERSION'
|
|
tag-template: '$RESOLVED_VERSION'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
label: 'chore'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|
|
|
|
## Contributors
|
|
|
|
$CONTRIBUTORS |