Update release-drafter.yml

This commit is contained in:
Mark Otto 2020-04-14 12:30:49 -07:00 committed by GitHub
parent 5136228368
commit 11d562d20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
name-template: 'v$NEXT_PATCH_VERSION' name-template: 'v$NEXT_MAJOR_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION' tag-template: 'v$NEXT_MAJOR_VERSION'
prerelease: true prerelease: true
exclude-labels: exclude-labels:
- 'skip-changelog' - 'skip-changelog'
@ -26,14 +26,14 @@ categories:
- title: '🌎 Accessibility' - title: '🌎 Accessibility'
labels: labels:
- 'accessibility' - 'accessibility'
- title: '📦 Dependencies'
labels:
- 'dependencies'
- title: '🧰 Misc' - title: '🧰 Misc'
labels: labels:
- 'build' - 'build'
- 'meta' - 'meta'
- 'chore' - 'chore'
- title: '📦 Dependencies'
labels:
- 'dependencies'
change-template: '- #$NUMBER: $TITLE' change-template: '- #$NUMBER: $TITLE'
template: | template: |
## Changes ## Changes