Parent Directory
|
Revision Log
|
Patch
revision 474 by rakin, Mon Jul 29 17:30:24 2024 UTC | revision 475 by rakin, Mon Jul 29 17:30:25 2024 UTC | |
---|---|---|
# | Line 1 | Line 1 |
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: | | template: | |
30 | ## What's Changed | ## Changes |
31 | ||
32 | $CHANGES | $CHANGES |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |