From 18200849a48e9aee71f76f06efe1f19b88718133 Mon Sep 17 00:00:00 2001 From: oncokb-bot Date: Thu, 8 Dec 2022 14:22:40 +0000 Subject: [PATCH] Update action files to align the version level to patch --- .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..a4f10a2 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_PATCH_VERSION' +tag-template: 'v$NEXT_PATCH_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_PATCH_VERSION