Skip to content

Commit

Permalink
Update action files to align the version level to minor
Browse files Browse the repository at this point in the history
  • Loading branch information
oncokb-bot committed Nov 14, 2023
1 parent cd2f926 commit 95b74b4
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,5 +1,5 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: '🧬 Features'
labels:
Expand Down Expand Up @@ -31,4 +31,4 @@ template: |
## Changes
$CHANGES
## 🕵️‍♀️ Full commit logs
- https://github.com/oncokb/oncokb-annotator/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION
- https://github.com/oncokb/oncokb-annotator/compare/$PREVIOUS_TAG...v$NEXT_MINOR_VERSION

0 comments on commit 95b74b4

Please sign in to comment.