Dan Abramov
5d271fc3b1
Revert "Support untagged releases ( #19507 )" ( #19508 )
...
This reverts commit 58b3ee7a88 .
2020-07-31 19:57:32 +01:00
Dan Abramov
58b3ee7a88
Support untagged releases ( #19507 )
...
* Support untagged releases
* Fix
2020-07-31 19:18:37 +01:00
Andrew Clark
31e6756b8c
Remove error code step from publish script ( #18350 )
...
Error codes don't need to be pulled from CI anymore because the ones
in source are already expected to match the build output.
I noticed this when running the 16.13.1 release. Patch releases are cut
with the commit used to build the previous release as a base. So the
publish script accidentally reverted the changes that had landed to
the error codes file since then.
2020-03-19 14:45:07 -07:00
Brian Vaughn
5b007573ac
Release script supports publishing a subset of packages ( #16338 )
...
Release script supports publishing a subset of packages (#16338 )
2019-08-09 13:12:00 -07:00
Brian Vaughn
686f1060ad
Publish a local release (canary or stable) to NPM ( #14260 )
...
New release scripts.
Learn more at https://github.com/facebook/react/blob/master/scripts/release/README.md
2018-11-23 12:37:18 -08:00
Brian Vaughn
001f9ef471
Release script prompts for NPM 2FA code ( #12908 )
...
* Release script prompts for NPM 2fa code
2018-05-29 12:50:04 -07:00
Brian Vaughn
ac0e670545
Release script tweaks ( #11504 )
...
* Added missing params object to execUnlessDry call
* Public package names are no longer hard-coded
* Added "v" prefix to git tag
* Show more accurate in-progress duration
* Properly bucket-bridage params
* Prettier
* Publish command logs stack with error
2017-11-09 16:29:51 +00:00
Clement Hoang
94f44aeba7
Update prettier to 1.8.1 ( #10785 )
...
* Change prettier dependency in package.json version 1.8.1
* Update yarn.lock
* Apply prettier changes
* Fix ReactDOMServerIntegration-test.js
* Fix test for ReactDOMComponent-test.js
2017-11-07 18:09:33 +00:00
Brian Vaughn
c371c152ab
Release script ( #11223 )
...
* First chunk of new release script
* Re-ordered build steps to combine error codes and releases
* Reorganized build files; added stub publish script
* First pass at publis script. Also collect and print dry-run commits/publish commands.
* Deleted old react-release-manager scripts
* Cleaned up release package.json
* Basic README instructions
* Removed unnecessary 'async' keyword from a method
* Wordsmithing
* Tweaked README
* Renamed build -> build-commands and publish -> publish-commands to avoid conflict with .gitignore
* Bump pre-release package versions differently
* Prettier
* Improved CircleCI API token setup instructions message
* Lint fix
* Typofix
2017-10-16 15:01:14 -07:00