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 Feb 14, 2024
1 parent 3d9252e commit 4427d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/release-drafter.yml
@@ -1,5 +1,5 @@
name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_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_MINOR_VERSION
- https://github.com/oncokb/oncokb-annotator/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION

0 comments on commit 4427d91

Please sign in to comment.