Skip to content

Commit 96ceb69

Browse files
committed
Update version leve to patch
1 parent 61a625f commit 96ceb69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/release-drafter.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: '$NEXT_MINOR_VERSION'
2-
tag-template: '$NEXT_MINOR_VERSION'
1+
name-template: '$NEXT_PATCH_VERSION'
2+
tag-template: '$NEXT_PATCH_VERSION'
33
categories:
44
- title: '🧬 Features'
55
labels:
@@ -34,5 +34,5 @@ template: |
3434
3535
## 🕵️‍♀️ Full commit logs
3636
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
3838

.github/workflows/update-pom.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ref: ${{ github.event.pull_request.head.sha }}
3232
- name: 'Update Pom'
3333
env:
34-
NEW_VERSION: ${{steps.semvers.outputs.minor}}
34+
NEW_VERSION: ${{steps.semvers.outputs.patch}}
3535
run: |
3636
mvn --batch-mode versions:set -DnewVersion=${NEW_VERSION} -DgenerateBackupPoms=false
3737

0 commit comments

Comments
 (0)