From dff7074f32f2f87911565a5af1c2fff517698bc7 Mon Sep 17 00:00:00 2001 From: Philippe Matray Date: Sun, 26 Nov 2023 15:37:34 +0100 Subject: [PATCH] chore: update release-drafter.yml version-resolver --- .github/release-drafter.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 169d9231..f00c1ff4 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -16,13 +16,13 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)' version-resolver: major: labels: - - 'major' + - 'breaking' minor: labels: - - 'minor' + - 'feature' patch: labels: - - 'patch' + - 'fix' default: patch autolabeler: - label: 'feature' @@ -47,6 +47,17 @@ autolabeler: - 'docs/*' - '*.md' template: | - ## Changes + # Release $RESOLVED_VERSION + ## Overview + This release includes the following categories of changes: + $CATEGORIES + ## Changes $CHANGES + + ## Contributors + Thanks to the following people who have contributed to this release: + $CONTRIBUTORS + + ## What's next + Stay tuned for more updates and improvements in our upcoming releases.