/[sudobot]/trunk/.github/release-drafter.yml
ViewVC logotype

Annotation of /trunk/.github/release-drafter.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 475 - (hide annotations)
Mon Jul 29 17:30:25 2024 UTC (8 months, 2 weeks ago) by rakin
File size: 624 byte(s)
ci: update release drafter config
1 rakin 475 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 rakin 473 template: |
30 rakin 475 ## Changes
31 rakin 473
32     $CHANGES

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26