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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 476 - (hide annotations)
Mon Jul 29 17:30:25 2024 UTC (8 months, 2 weeks ago) by rakin
File size: 645 byte(s)
ci: update workflow 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 rakin 476 - 'semver:major'
22 rakin 475 minor:
23     labels:
24 rakin 476 - 'semver:minor'
25 rakin 475 patch:
26     labels:
27 rakin 476 - 'semver:patch'
28 rakin 475 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