diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 6a43608..fec09b0 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: @@ -37,4 +37,4 @@ template: | ## 🕵️‍♀️ Full commit logs - - https://github.com/oncokb/styles/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION + - https://github.com/oncokb/styles/compare/$PREVIOUS_TAG...$NEXT_MINOR_VERSION