From 4427d91f93c86d7024cd61bc78ca015fc59ce841 Mon Sep 17 00:00:00 2001 From: oncokb-bot Date: Wed, 14 Feb 2024 22:51:44 +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 47172f1..a8ff755 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' categories: - title: '🧬 Features' labels: @@ -31,4 +31,4 @@ template: | ## Changes $CHANGES ## 🕵️‍♀️ Full commit logs - - https://github.com/oncokb/oncokb-annotator/compare/$PREVIOUS_TAG...v$NEXT_MINOR_VERSION + - https://github.com/oncokb/oncokb-annotator/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION