Skip to content

Commit 7ef9377

Browse files
author
Sean Sundberg
committed
Adds release-drafter config for v0.14 branch
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent eba73ba commit 7ef9377

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/release-drafter-v0.14.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name-template: 'v$RESOLVED_VERSION-v14'
2+
tag-template: 'v$RESOLVED_VERSION-v14'
3+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
4+
categories:
5+
- title: 'Features'
6+
labels:
7+
- 'feature'
8+
- 'enhancement'
9+
- title: 'Bug Fixes'
10+
labels:
11+
- 'fix'
12+
- 'bugfix'
13+
- 'bug'
14+
- title: 'Maintenance'
15+
label: 'chore'
16+
version-resolver:
17+
major:
18+
labels:
19+
- 'major'
20+
minor:
21+
labels:
22+
- 'minor'
23+
patch:
24+
labels:
25+
- 'patch'
26+
default: patch
27+
template: |
28+
$CHANGES

0 commit comments

Comments
 (0)