From 1f1e81c9bc83b5883d5a6059672850224decb551 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Mon, 8 Aug 2022 13:49:04 +0300 Subject: [PATCH] adding the experimental feature idea, for release drafter --- .github/release-drafter-config.yml | 40 +++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml index 0eb1ee38e..de4fea741 100644 --- a/.github/release-drafter-config.yml +++ b/.github/release-drafter-config.yml @@ -1,17 +1,39 @@ -name-template: 'Version $NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' +name-template: '$NEXT_MAJOR_VERSION' +tag-template: 'v$NEXT_MAJOR_VERSION' +autolabeler: + - label: 'maintenance' + files: + - '*.md' + - '.github/*' + - label: 'bug' + branch: + - '/bug-.+' + - label: 'maintenance' + branch: + - '/maintenance-.+' + - label: 'feature' + branch: + - '/feature-.+' categories: - - title: 'Features' + - title: 'Breaking Changes' + labels: + - 'breakingchange' + + - title: '๐Ÿงช Experimental Features' + labels: + - 'experimental' + - title: '๐Ÿš€ New Features' labels: - 'feature' - 'enhancement' - - title: 'Bug Fixes' + - title: '๐Ÿ› Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' - - title: 'Maintenance' - label: 'chore' + - 'BUG' + - title: '๐Ÿงฐ Maintenance' + label: 'maintenance' change-template: '- $TITLE (#$NUMBER)' exclude-labels: - 'skip-changelog' @@ -19,3 +41,9 @@ template: | ## Changes $CHANGES + + ## Contributors + We'd like to thank all the contributors who worked on this release! + + $CONTRIBUTORS +