We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154eae8 commit 7d79a25Copy full SHA for 7d79a25
.github/release-drafter.yml
@@ -1,5 +1,5 @@
1
-name-template: '$NEXT_PATCH_VERSION'
2
-tag-template: '$NEXT_PATCH_VERSION'
+name-template: '$NEXT_MINOR_VERSION'
+tag-template: '$NEXT_MINOR_VERSION'
3
categories:
4
- title: '🧬 Features'
5
labels:
@@ -37,4 +37,4 @@ template: |
37
38
## 🕵️♀️ Full commit logs
39
40
- - https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION
+ - https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_MINOR_VERSION
0 commit comments