-
Notifications
You must be signed in to change notification settings - Fork 368
/
Copy pathrelease-drafter.yml
33 lines (32 loc) · 1.04 KB
/
release-drafter.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name-template: '$RESOLVED_VERSION Changelog'
version-resolver:
minor:
labels:
- 'new feature'
default: patch
categories:
- title: 'New Features in GMT $RESOLVED_VERSION'
label: 'new feature'
- title: 'New Common Options in GMT $RESOLVED_VERSION'
label: 'new common option'
- title: 'New Modules in GMT $RESOLVED_VERSION'
label: 'new module'
- title: 'New Core Module Features in GMT $RESOLVED_VERSION'
label: 'new core module feature'
- title: 'Supplement updates in GMT $RESOLVED_VERSION'
label: 'supplement update'
- title: 'Enhancements in GMT $RESOLVED_VERSION'
label: 'enhancement'
- title: 'Documentation updates in GMT $RESOLVED_VERSION'
label: 'documentation'
- title: 'Maintenance updates in GMT $RESOLVED_VERSION'
label: 'maintenance'
- title: 'Deprecations in GMT $RESOLVED_VERSION'
label: 'deprecation'
include-labels:
- 'add-changelog'
category-template: '### $TITLE'
change-template: '* $TITLE ([#$NUMBER]($URL))'
template: |
## Release of GMT $RESOLVED_VERSION
$CHANGES