From 2f108d2e64fa6657a479b6b89f93547c529d18a4 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Tue, 1 Jul 2025 10:55:28 -0500 Subject: [PATCH] Update scripts/version.js Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- scripts/version.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/version.js b/scripts/version.js index e4af418734..fc64367d55 100644 --- a/scripts/version.js +++ b/scripts/version.js @@ -64,9 +64,9 @@ run('npm install'); const commitMessage = `chore(release): v${newVersion}`; console.log( - `All files updated. Committing version v${newVersion} with message: "${commitMessage}"...`, +run( + 'git add package.json package-lock.json packages/*/package.json', ); - // 7. Add all the changed files to the git staging area. run( 'git add package.json package-lock.json packages/cli/package.json packages/core/package.json',