Commit 96ceb69 1 parent 61a625f commit 96ceb69 Copy full SHA for 96ceb69
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name-template : ' $NEXT_MINOR_VERSION '
2
- tag-template : ' $NEXT_MINOR_VERSION '
1
+ name-template : ' $NEXT_PATCH_VERSION '
2
+ tag-template : ' $NEXT_PATCH_VERSION '
3
3
categories :
4
4
- title : ' 🧬 Features'
5
5
labels :
@@ -34,5 +34,5 @@ template: |
34
34
35
35
## 🕵️♀️ Full commit logs
36
36
37
- - https://github.com/oncokb/curation-platform/compare/$PREVIOUS_TAG...$NEXT_MINOR_VERSION
37
+ - https://github.com/oncokb/curation-platform/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION
38
38
Original file line number Diff line number Diff line change 31
31
ref : ${{ github.event.pull_request.head.sha }}
32
32
- name : ' Update Pom'
33
33
env :
34
- NEW_VERSION : ${{steps.semvers.outputs.minor }}
34
+ NEW_VERSION : ${{steps.semvers.outputs.patch }}
35
35
run : |
36
36
mvn --batch-mode versions:set -DnewVersion=${NEW_VERSION} -DgenerateBackupPoms=false
37
37
You can’t perform that action at this time.
0 commit comments