Skip to content

Commit

Permalink
ci: change template of release body
Browse files Browse the repository at this point in the history
  • Loading branch information
mkfsn committed May 19, 2021
1 parent 7062870 commit 0e2eed3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ categories:
labels:
- 'chore'
- 'ci'
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
change-template: |
# $TITLE (#$NUMBER) @$AUTHOR
$BODY
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
template: |
$CHANGES

0 comments on commit 0e2eed3

Please sign in to comment.