chore: dont pass --stable through to bump-version.py (#14666)
I want to clean up this "stable" and "beta" code smell eventually but for now this will unblock the 2.0.x releases.
This commit is contained in:
parent
e3195413aa
commit
46c467a1f6
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@ async function getNewVersion (dryRun) {
|
|||
}
|
||||
let bumpScript = path.join(__dirname, 'bump-version.py')
|
||||
let scriptArgs = [bumpScript, '--bump', versionType]
|
||||
if (args.stable) {
|
||||
scriptArgs.push('--stable')
|
||||
}
|
||||
if (dryRun) {
|
||||
scriptArgs.push('--dry-run')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue