diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 00000000000..bf3f2a4402d --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,35 @@ +change-template: "* $TITLE (#$NUMBER) by @$AUTHOR" +categories: + - title: '⚑ Breaking Changes' + labels: + - 'breaking-change' + - title: '🌟Non-Breaking Changes' + labels: + - 'major' + - title: '🌟 Minor Changes' + labels: + - 'feature' + - 'enhancement' + - title: 'πŸ“œ Documentation updates' + labels: + - 'documentation' + - title: 'πŸ› Bug and hot fixes' + labels: + - 'bug' + - 'fix' + - title: 'πŸš’ Deprecations' + labels: + - 'deprecated' +exclude-labels: + - 'skip-changelog' +tag-template: 'v$NEXT_PATCH_VERSION' +template: | + ## Changes + + **[Human readable summary of changes]** + + $CHANGES + + ## This release was made possible by the following contributors: + + $CONTRIBUTORS