Skip to content

Commit

Permalink
improvement(ops): create release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hi5a authored May 23, 2023
1 parent 8b04047 commit e0b32fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name-template: v$NEXT_PATCH_VERSION
tag-template: v$NEXT_PATCH_VERSION
categories:
- title: 🚀 Features
label: feature
- title: 🐛 Bug Fixes
label: fix
- title: 🧰 Maintenance
label: chore
tag-template: - $TITLE @$AUTHOR (#$NUMBER)
template: |
## Changes
$CHANGES

0 comments on commit e0b32fd

Please sign in to comment.