Skip to content

Commit

Permalink
Merge pull request #132 from sparcs-kaist/chore@change-release-drafter
Browse files Browse the repository at this point in the history
Add release drafter labels
  • Loading branch information
sboh1214 authored Aug 6, 2023
2 parents ea82366 + 3cb25ac commit 9dba97c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feat'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
Expand All @@ -12,6 +13,9 @@ categories:
- 'test'
- 'documentation'
- 'cicd'
- 'dart'
- 'dependencies'
- 'g11n'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand Down

0 comments on commit 9dba97c

Please sign in to comment.