We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75dc303 commit db67615Copy full SHA for db67615
.github/release-drafter.yml
@@ -1,5 +1,5 @@
1
-name-template: '$NEXT_MINOR_VERSION'
2
-tag-template: '$NEXT_MINOR_VERSION'
+name-template: '$NEXT_PATCH_VERSION'
+tag-template: '$NEXT_PATCH_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_MINOR_VERSION
+ - https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION
0 commit comments