cherrypick-interactive 1.14.6 → 1.14.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -1578,7 +1578,7 @@ async function main() {
|
|
|
1578
1578
|
|
|
1579
1579
|
log(chalk.green(`✓ package.json updated and committed: ${msg}`));
|
|
1580
1580
|
|
|
1581
|
-
await
|
|
1581
|
+
await gitRaw(['push', '-u', 'origin', releaseBranch, '--no-verify']);
|
|
1582
1582
|
|
|
1583
1583
|
const ghArgs = [
|
|
1584
1584
|
'pr',
|
package/package.json
CHANGED