We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c500380 commit 2292668Copy full SHA for 2292668
.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:
@@ -39,4 +39,4 @@ template: |
39
40
## 🕵️♀️ Full commit logs
41
42
- - 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