mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 08:01:02 -07:00
update version script
This commit is contained in:
@@ -32,7 +32,8 @@ if (!versionType) {
|
||||
}
|
||||
|
||||
// 2. Bump the version in the root and all workspace package.json files.
|
||||
run(`npm version ${versionType} --workspaces --no-git-tag-version`);
|
||||
run(`npm version ${versionType} --no-git-tag-version --allow-same-version`)
|
||||
run(`npm version ${versionType} --workspaces --no-git-tag-version --allow-same-version`);
|
||||
|
||||
// 3. Get the new version number from the root package.json
|
||||
const rootPackageJsonPath = resolve(process.cwd(), 'package.json');
|
||||
|
||||
Reference in New Issue
Block a user