Skip to content

Commit

Permalink
feat: add release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopearaujo committed Mar 23, 2022
1 parent df6d6b1 commit 3129685
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: 'Features'
labels:
- 'feature'
- 'enhancement'
- title: 'Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: 'Maintenance'
label:
- 'chore'
- 'dependencies'
- 'deps'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
## What's new
$CHANGES

0 comments on commit 3129685

Please sign in to comment.