mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-15 00:21:09 -07:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user