Skip to content

Commit

Permalink
Update releasedrafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote authored Aug 13, 2020
1 parent d9b66e1 commit 2e4b7a7
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/releasedrafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
Expand All @@ -7,17 +8,22 @@ categories:
- 'kind/enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'kind/fix'
- 'kind/bugfix'
- 'kind/bug'
- title: '🧰 Maintenance'
label: 'kind/chore'
labels:
- 'kind/chore'
- 'area/ci'
- 'area/tests'
- title: 📖 Documentation
label: area/docs
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## What's new
## What's new ?
$CHANGES
## Contributors
Thank you to our contributors for making this release possible:
Thanks a lot to our contributors for making this release possible:
$CONTRIBUTORS

0 comments on commit 2e4b7a7

Please sign in to comment.