Skip to content

Commit a693293

Browse files
committed
Update release drafter for version 1.0
1 parent 24a33bf commit a693293

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

.github/release_drafter_template.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
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:
7+
major:
8+
labesl:
9+
- "breaking_change"
710
minor:
811
labels:
9-
- 'breaking-change'
10-
- 'enhancement'
12+
- "enhancement"
1113
default: patch
1214
categories:
13-
- title: 'Features'
15+
- title: "Features"
1416
labels:
15-
- 'enhancement'
16-
- title: 'Bug Fixes'
17+
- "enhancement"
18+
- title: "Bug Fixes"
1719
labels:
18-
- 'bug'
19-
- title: '⚠️ Breaking changes'
20-
label: 'breaking-change'
21-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
20+
- "bug"
21+
- title: "⚠️ Breaking changes"
22+
label: "breaking-change"
23+
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
2224
template: |
2325
## Changes
2426

0 commit comments

Comments
 (0)