From 409a8924093bd4c2d47c008644b2284a84f2b8df Mon Sep 17 00:00:00 2001 From: oncokb-bot Date: Wed, 20 Dec 2023 18:11:12 +0000 Subject: [PATCH] Update action files to align the version level to minor --- .github/release-drafter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index a4f10a2..22e48c3 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: 'v$NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' +name-template: 'v$NEXT_MINOR_VERSION' +tag-template: 'v$NEXT_MINOR_VERSION' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' template: | ## Changes @@ -7,4 +7,4 @@ template: | ## 🕵️‍♀️ Full commit logs - - https://github.com/oncokb/oncokb-sop/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION + - https://github.com/oncokb/oncokb-sop/compare/$PREVIOUS_TAG...v$NEXT_MINOR_VERSION