Skip to content

Commit

Permalink
fix: release message variable brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Apr 13, 2022
1 parent 26938d6 commit a09e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
["@semantic-release/changelog", { "changelogFile": "CHANGELOG.md" } ],
["@semantic-release/git", {
"assets": ["CHANGELOG.md", "VERSION"],
"message": "release: ${{lastRelease.version || 'v0.0.0' }} → ${nextRelease.version}\n\n${nextRelease.notes}"
"message": "release: ${lastRelease.version || 'v0.0.0' } → ${nextRelease.version}\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
Expand Down

0 comments on commit a09e4ae

Please sign in to comment.