Skip to content

Commit

Permalink
Update action files to align the version level to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
oncokb-bot committed Dec 8, 2022
1 parent 15439a9 commit 1820084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
## 🕵️‍♀️ Full commit logs
- 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 comments on commit 1820084

Please sign in to comment.