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:
Anton Nikolaev
2021-03-11 04:30:30 -08:00
committed by Facebook GitHub Bot
parent 11f7af3e72
commit f508a35ff9
2 changed files with 5 additions and 4 deletions

View File

@@ -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',