From 213f3aa1448b4aab67368b115be52e058ecbffd3 Mon Sep 17 00:00:00 2001 From: oncokb-bot Date: Wed, 22 Nov 2023 20:18:35 +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 6ec6e459f..4df50680f 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: '$NEXT_PATCH_VERSION' -tag-template: '$NEXT_PATCH_VERSION' +name-template: '$NEXT_MINOR_VERSION' +tag-template: '$NEXT_MINOR_VERSION' categories: - title: '🧬 Features' labels: @@ -39,4 +39,4 @@ template: | ## 🕵️‍♀️ Full commit logs - - https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION + - https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_MINOR_VERSION