mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-16 09:01:17 -07:00
version update
This commit is contained in:
@@ -66,11 +66,8 @@ if (cliPackageJson.config?.sandboxImageUri) {
|
||||
run('npm install');
|
||||
|
||||
const commitMessage = `chore(release): v${newVersion}`;
|
||||
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',
|
||||
);
|
||||
run('git add package.json package-lock.json packages/*/package.json packages/*/package-lock.json');
|
||||
|
||||
// 8. Create the atomic commit with all changes.
|
||||
run(`git commit --no-edit -m "${commitMessage}"`);
|
||||
|
||||
Reference in New Issue
Block a user