From 4d3b58e145f281129108574dae11940c0bf89bdd Mon Sep 17 00:00:00 2001 From: oncokb-bot Date: Thu, 30 May 2024 23:15:42 +0000 Subject: [PATCH] Update action files to align the version level to major --- .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 22e48c3..9800c28 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: 'v$NEXT_MINOR_VERSION' -tag-template: 'v$NEXT_MINOR_VERSION' +name-template: 'v$NEXT_MAJOR_VERSION' +tag-template: 'v$NEXT_MAJOR_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_MINOR_VERSION + - https://github.com/oncokb/oncokb-sop/compare/$PREVIOUS_TAG...v$NEXT_MAJOR_VERSION