We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15439a9 commit 1820084Copy full SHA for 1820084
.github/release-drafter.yml
@@ -1,10 +1,10 @@
1
-name-template: 'v$NEXT_MINOR_VERSION'
2
-tag-template: 'v$NEXT_MINOR_VERSION'
+name-template: 'v$NEXT_PATCH_VERSION'
+tag-template: 'v$NEXT_PATCH_VERSION'
3
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
4
template: |
5
## Changes
6
$CHANGES
7
8
## 🕵️♀️ Full commit logs
9
10
- - https://github.com/oncokb/oncokb-sop/compare/$PREVIOUS_TAG...v$NEXT_MINOR_VERSION
+ - https://github.com/oncokb/oncokb-sop/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION
0 commit comments