Fix patch release versioning for open-source version
Summary: Patch was always set to "0" for open source releases even if it is set to "1" in package.json Reviewed By: passy Differential Revision: D26975947 fbshipit-source-id: b3f127c9746797fbb5a79dfcd9bd52210c3a7df8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
11f7af3e72
commit
f508a35ff9
@@ -72,7 +72,6 @@ const argv = yargs
|
||||
description:
|
||||
'Unique build identifier to be used as the version patch part for the build',
|
||||
type: 'number',
|
||||
default: 0,
|
||||
},
|
||||
channel: {
|
||||
description: 'Release channel for the build',
|
||||
|
||||
Reference in New Issue
Block a user