Skip to content

Commit

Permalink
chore(terra-draw): improve the release commit message when releasing (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner authored Jan 12, 2025
1 parent 5933f6c commit 26bf5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ module.exports = (packageName, packageJsonPath, changelogPath) => ({
},
},
changelogFile: changelogPath,
releaseCommitMessageFormat: `chore(${packageName}): {{currentTag}}`,
releaseCommitMessageFormat: `chore(${packageName}): release version {{currentTag}}`,
});

0 comments on commit 26bf5f1

Please sign in to comment.