Skip to content

Commit

Permalink
Merge pull request #13 from grapp-dev/feat/gh-workflow
Browse files Browse the repository at this point in the history
chore: update Github workflow
  • Loading branch information
mobily authored Mar 31, 2024
2 parents e30bc03 + 972dd28 commit 9f3d81b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ categories:
- bugfix
- title: 🚩 Other Changes
label: '*'
category-template: '### $TITLE'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand All @@ -27,10 +28,12 @@ version-resolver:
- 'patch'
default: patch
template: |
## What's Changed
### What's Changed
$CHANGES
$CONTRIBUTORS
autolabeler:
- label: 'bugfix'
branch:
Expand Down

0 comments on commit 9f3d81b

Please sign in to comment.