Skip to content

Commit

Permalink
Some fixes in .yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
pvsaintpe committed Dec 24, 2020
1 parent 3c05ef7 commit 4790c08
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/release_drafter.yml
Expand Up @@ -23,7 +23,10 @@ categories:
- 'theme:docs'
- 'type:tests'
- 'analysis'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-template: |
- **$TITLE** (#$NUMBER)
$BODY
@$AUTHOR
change-title-escapes: '\<*_&'
version-resolver:
major:
Expand All @@ -37,10 +40,6 @@ version-resolver:
- 'patch'
default: patch
template: |
$TITLE
$BODY
$URL
## Changes
$CHANGES

0 comments on commit 4790c08

Please sign in to comment.