diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 9800c28..22e48c3 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,5 +1,5 @@ -name-template: 'v$NEXT_MAJOR_VERSION' -tag-template: 'v$NEXT_MAJOR_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_MAJOR_VERSION + - https://github.com/oncokb/oncokb-sop/compare/$PREVIOUS_TAG...v$NEXT_MINOR_VERSION