Update scripts/version.js

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
matt korwel
2025-07-01 10:55:28 -05:00
committed by GitHub
parent 5094d5c013
commit 2f108d2e64

View File

@@ -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',