Skip to content

Commit

Permalink
Merge pull request #1135 from cta-observatory/fix_release_drafter
Browse files Browse the repository at this point in the history
Add missing v for release drafter template
  • Loading branch information
maxnoe authored Jul 7, 2023
2 parents 5a08b81 + 48de0b4 commit 9f1e81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: '$NEXT_PATCH_VERSION'
tag-template: '$NEXT_PATCH_VERSION'
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'

template: |
## What’s Changed
Expand Down

0 comments on commit 9f1e81a

Please sign in to comment.