Skip to content

Commit

Permalink
Release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeangelimvieira committed May 12, 2024
1 parent 3139636 commit 51e26e5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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'
- 'maintenance'
- 'refactor'
- 'documentation'

template: |
## What's New
$CHANGES
All contributors: $CONTRIBUTORS

0 comments on commit 51e26e5

Please sign in to comment.