From e0e8fbdf8e8107af5366659b34e8664745209baa Mon Sep 17 00:00:00 2001 From: Katsuhiro Ueno Date: Sat, 20 Jul 2024 15:03:45 +0900 Subject: [PATCH] remove doubled package name from release commit message --- release/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/index.js b/release/index.js index 4b0f34c..46860dc 100644 --- a/release/index.js +++ b/release/index.js @@ -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} <%=