mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: add support for automated minor releases (#20620)
* build: add support for automated minor releases * Add test for minor bump
This commit is contained in:
committed by
Samuel Attard
parent
f5e5bcd943
commit
467409458e
@@ -23,7 +23,7 @@ const pass = '✓'.green
|
||||
const fail = '✗'.red
|
||||
|
||||
if (!bumpType && !args.notesOnly) {
|
||||
console.log(`Usage: prepare-release [stable | beta | nightly]` +
|
||||
console.log(`Usage: prepare-release [stable | minor | beta | nightly]` +
|
||||
` (--stable) (--notesOnly) (--automaticRelease) (--branch)`)
|
||||
process.exit(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user