Skip to content

Commit

Permalink
#407 added release-drafter.yaml for GH-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseno2186 committed Jul 12, 2024
1 parent 0be792d commit aff1152
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name-template: 'v$RESOLVED_VERSION 🌈'
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '✨ Features'
Expand All @@ -12,7 +12,8 @@ categories:
- 'chore'

change-template: '- $TITLE (#$NUMBER by @$AUTHOR)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
change-title-escapes: '\<*_&'
# You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
Expand Down

0 comments on commit aff1152

Please sign in to comment.