Skip to content

Commit

Permalink
Merge pull request #431 from liquibase/release-drafter
Browse files Browse the repository at this point in the history
chore(release-drafter.yml): Fix name-template
  • Loading branch information
adangel authored Mar 27, 2024
2 parents e4e35cf + 9b027f0 commit c33e504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name-template: 'Liquibase Git Resource v$RESOLVED_VERSION'
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
exclude-labels:
- 'skipReleaseNotes'
Expand Down

0 comments on commit c33e504

Please sign in to comment.