Skip to content

Commit

Permalink
remove doubled package name from release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
uenoB committed Jul 20, 2024
1 parent aa409b9 commit e0e8fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ for (const pkg of packages) {
hookPlugin(npm, { ...pkg, name: null }),
[hookPlugin(updateDependencies, pkg), { ...pkg, packageJsonList }],
[
hookPlugin(git, { ...pkg, cwd: rootDir }),
hookPlugin(git, { ...pkg, cwd: rootDir, name: null }),
{
assets: packageJsonList,
message: `chore(release): ${pkg.name} <%=
Expand Down

0 comments on commit e0e8fbd

Please sign in to comment.