Files
react/scripts
Andrew Clark a8c6a1b34e Update release scripts to support experimental releases (#17086)
* Download correct artifacts for release channel

Experimental builds should pull artifacts from the
`process_artifacts_experimental` job.

I think instead of two separate CI workflows, a better approach might
be to build stable artifacts to the `build` directory and the
experimental artifacts to a `build_experimental` directory, and
generate both within the same workflow. This would take some work since
lots of things assume the output directory is `build`, but something
to consider in the future.

* Prevent experimental promotion to stable

Adds a check to the `prepare-stable` script to prevent experimental
builds from being published using stable semver versions.
2019-10-14 14:15:23 -07:00
..
2018-11-12 16:25:32 +00:00
2019-10-14 10:46:42 -07:00
2019-10-14 10:46:42 -07:00
2018-09-11 21:06:44 +01:00
2019-10-03 22:44:18 +05:30