dillon1000/react

Commit

Additional release script options for publishing canary versions (#12219)

* Additional release script options for publishing canary versions

- `branch` specifies a branch other than master
- `local` skips pulling from the remote branch and checking CircleCI
- `tag` specifies an npm dist tag other than `latest` or `next`

We may add a higher-level `canary` option in the future.

* Address Brian's feedback:

- Updated description of `local` option
- Throws if the `latest` tag is specified for a prerelease version
Browse files
Changed paths6 files
First-parent comparison
M scripts/release/build-commands/check-circle-ci-status.js ModifiedM scripts/release/build-commands/update-git.js ModifiedM scripts/release/config.js ModifiedM scripts/release/publish-commands/check-build-status.js ModifiedM scripts/release/publish-commands/publish-to-npm.js ModifiedM scripts/release/publish-commands/push-git-remote.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…