Skip to content

Commit 01905f1

Browse files
authored
Merge pull request #384 from zhx828/fix-swagger
Fix typo in the release drafter
2 parents bb07228 + 0f727c8 commit 01905f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/release-drafter.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: '$NEXT_PATH_VERSION'
2-
tag-template: '$NEXT_PATH_VERSION'
1+
name-template: '$NEXT_PATCH_VERSION'
2+
tag-template: '$NEXT_PATCH_VERSION'
33
categories:
44
- title: '🧬 Features'
55
labels:
@@ -37,4 +37,4 @@ template: |
3737
3838
## 🕵️‍♀️ Full commit logs
3939
40-
- https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_PATH_VERSION
40+
- https://github.com/oncokb/oncokb-public/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION

0 commit comments

Comments
 (0)