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