mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-20 02:08:59 +01:00
41 lines
663 B
YAML
41 lines
663 B
YAML
name-template: 'v$RESOLVED_VERSION'
|
|
tag-template: 'v$RESOLVED_VERSION'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feat'
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '💪 Improvements'
|
|
labels:
|
|
- 'chore'
|
|
- 'refactor'
|
|
- 'perf'
|
|
- title: '📃 Docs'
|
|
label: 'docs'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- 'major'
|
|
minor:
|
|
labels:
|
|
- 'minor'
|
|
patch:
|
|
labels:
|
|
- 'patch'
|
|
default: patch
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|
|
|
|
## Contributors
|
|
|
|
$CONTRIBUTORS
|