Skip to content

Commit

Permalink
chore: Add release-drafter
Browse files Browse the repository at this point in the history
Introduce use of the release-drafter
action to the repository. This addition
should help us with creating release notes.
  • Loading branch information
mikemckiernan committed May 13, 2022
1 parent 6716982 commit c7899ae
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
categories:
- title: '⚠ Breaking Changes'
labels:
- 'breaking'
- title: '🐜 Bug Fixes'
labels:
- 'bug'
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '📄 Documentation'
labels:
- 'documentation'
- 'examples'
- title: '🔧 Maintenance'
labels:
- 'build'
- 'dependencies'
- 'chore'
- 'ci'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
exclude-labels:
- 'skip-changelog'
template: |
## What’s Changed
$CHANGES

0 comments on commit c7899ae

Please sign in to comment.