mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Add --no-git-tag-version
This commit is contained in:
parent
068a3ed006
commit
c38f114221
@ -37,7 +37,8 @@ commander
|
||||
utils.run(`git commit -am "Release ${newPyVersion}"`);
|
||||
|
||||
// Version the changed
|
||||
let cmd = 'jlpm run lerna version patch --no-push --amend --force-publish';
|
||||
let cmd =
|
||||
'jlpm run lerna version patch --no-push --amend --force-publish --no-git-tag-version';
|
||||
if (options.force) {
|
||||
cmd += ' --yes';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user