Skip to content

Commit

Permalink
Update release-drafter-config.yml (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored Mar 30, 2021
1 parent d9c5e0a commit 6bcfc21
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/release-drafter-config.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
name-template: '$NEXT_PATCH_VERSION'
tag-template: 'jedis-$NEXT_PATCH_VERSION'
name-template: '$NEXT_MINOR_VERSION'
tag-template: 'jedis-$NEXT_MINOR_VERSION'
categories:
- title: 'Features'
labels:
- 'feature'
- 'enhancement'
- 'ENHANCEMENT'
- title: 'Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'BUG'
- title: 'Maintenance'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-template: '- $TITLE (#$NUMBER)'
exclude-labels:
- 'skip-changelog'
template: |
## Changes
$CHANGES
$CONTRIBUTORS

0 comments on commit 6bcfc21

Please sign in to comment.