Skip to content

Commit

Permalink
Merge pull request #149 from zhx828/master
Browse files Browse the repository at this point in the history
Update version level to patch
  • Loading branch information
zhx828 authored Mar 17, 2023
2 parents 61a625f + 96ceb69 commit 04c3ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: '$NEXT_MINOR_VERSION'
tag-template: '$NEXT_MINOR_VERSION'
name-template: '$NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'
categories:
- title: '🧬 Features'
labels:
Expand Down Expand Up @@ -34,5 +34,5 @@ template: |
## 🕵️‍♀️ Full commit logs
- https://github.com/oncokb/curation-platform/compare/$PREVIOUS_TAG...$NEXT_MINOR_VERSION
- https://github.com/oncokb/curation-platform/compare/$PREVIOUS_TAG...$NEXT_PATCH_VERSION
2 changes: 1 addition & 1 deletion .github/workflows/update-pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: 'Update Pom'
env:
NEW_VERSION: ${{steps.semvers.outputs.minor}}
NEW_VERSION: ${{steps.semvers.outputs.patch}}
run: |
mvn --batch-mode versions:set -DnewVersion=${NEW_VERSION} -DgenerateBackupPoms=false
Expand Down

0 comments on commit 04c3ddc

Please sign in to comment.