Skip to content

Commit e7f9564

Browse files
authored
Merge pull request #463 from pbs-data-solutions/release-drafter
Fix label in template
2 parents 52c4761 + dda0efa commit e7f9564

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/release-draft-template.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +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:
77
minor:
88
labels:
9-
- 'breaking-change'
10-
- 'enhancement'
11-
- 'feature'
9+
- "breaking-change"
10+
- "enhancement"
11+
- "feature"
1212
default: patch
1313
categories:
14-
- title: 'Features'
14+
- title: "Features"
1515
labels:
16-
- 'feature'
17-
- 'enhancement'
18-
- title: 'Bug Fixes'
16+
- "feature"
17+
- "enhancement"
18+
- title: "Bug Fixes"
1919
labels:
20-
- 'bug-fix'
21-
- title: '⚠️ Breaking changes'
22-
label: 'breaking-change'
23-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
20+
- "bug"
21+
- title: "⚠️ Breaking changes"
22+
label: "breaking-change"
23+
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
2424
template: |
2525
## Changes
2626

0 commit comments

Comments
 (0)