Skip to content

Commit

Permalink
Merge b8f9458 into 9b3edd5
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed May 4, 2021
2 parents 9b3edd5 + b8f9458 commit b9cc4a1
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name-template: '$RESOLVED_VERSION'

tag-template: '$RESOLVED_VERSION'

version-template: '$MAJOR.$MINOR.$PATCH'

categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
- title: '🧰 Maintenance'
labels:
- 'chore'
- title: '📚️ Documentation'
labels:
- 'documentation'

change-template: |
<details>
<summary>$TITLE @$AUTHOR (#$NUMBER)</summary>
$BODY
</details>
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.

version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
- 'enhancement'
patch:
labels:
- 'auto-update'
- 'patch'
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
- 'packages'
- 'documentation'
default: minor

template: |
$CHANGES

0 comments on commit b9cc4a1

Please sign in to comment.