mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-06 04:09:36 +00:00
35 lines
623 B
YAML
35 lines
623 B
YAML
name-template: 'release-v$NEXT_PATCH_VERSION'
|
|
tag-template: 'release-v$NEXT_PATCH_VERSION'
|
|
categories:
|
|
- title: 'Features'
|
|
labels:
|
|
- 'feat'
|
|
- title: 'Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: 'Performance'
|
|
labels:
|
|
- 'chore'
|
|
- 'perf'
|
|
- 'style'
|
|
- 'refactor'
|
|
- 'revert'
|
|
- 'wip'
|
|
- title: 'Ci'
|
|
labels:
|
|
- 'ci'
|
|
- 'build'
|
|
- 'init'
|
|
- title: 'Docs'
|
|
labels:
|
|
- 'docs'
|
|
- 'build'
|
|
- 'init'
|
|
- 'workflow'
|
|
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
|
|
template: |
|
|
# What's Changed
|
|
$CHANGES
|