Skip to content

Commit 2d758f2

Browse files
authored
Merge pull request #1107 from sanders41/release-drafter
Change category order in release drafter
2 parents c501933 + 8b8e3a1 commit 2d758f2

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

.github/release-draft-template.yaml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
name-template: 'v$RESOLVED_VERSION'
2-
tag-template: 'v$RESOLVED_VERSION'
1+
name-template: "v$RESOLVED_VERSION"
2+
tag-template: "v$RESOLVED_VERSION"
33
exclude-labels:
4-
- 'dependencies'
5-
- 'skip-changelog'
4+
- "dependencies"
5+
- "skip-changelog"
66
version-resolver:
77
major:
88
labels:
9-
- 'breaking-change'
9+
- "breaking-change"
1010
minor:
1111
labels:
12-
- 'enhancement'
13-
- 'feature'
12+
- "enhancement"
13+
- "feature"
1414
default: patch
1515
categories:
16-
- title: 'Features'
16+
- title: "⚠️ Breaking changes"
17+
label: "breaking-change"
18+
- title: "Features"
1719
labels:
18-
- 'feature'
19-
- 'enhancement'
20-
- title: 'Bug Fixes'
21-
labels:
22-
- 'bug'
23-
- title: '⚠️ Breaking changes'
24-
label: 'breaking-change'
25-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
20+
- "feature"
21+
- "enhancement"
22+
- title: "Bug Fixes"
23+
labels: "bug"
24+
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
2625
template: |
2726
## Changes
2827

0 commit comments

Comments
 (0)