Parent Directory
|
Revision Log
ci: update release drafter config
1 | name-template: 'v$RESOLVED_VERSION' |
2 | tag-template: 'v$RESOLVED_VERSION' |
3 | categories: |
4 | - title: 'New Features' |
5 | labels: |
6 | - 'feature' |
7 | - 'enhancement' |
8 | - title: 'Bug Fixes' |
9 | labels: |
10 | - 'fix' |
11 | - 'bugfix' |
12 | - 'bug' |
13 | - title: 'Maintenance' |
14 | label: 'chore' |
15 | |
16 | change-template: '- $TITLE @$AUTHOR (#$NUMBER)' |
17 | change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. |
18 | version-resolver: |
19 | major: |
20 | labels: |
21 | - 'major' |
22 | minor: |
23 | labels: |
24 | - 'minor' |
25 | patch: |
26 | labels: |
27 | - 'patch' |
28 | default: patch |
29 | template: | |
30 | ## Changes |
31 | |
32 | $CHANGES |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |