dillon1000/react
Commit
Browse files [ci] Update prerelease workflows to allow publishing specific packages (#33525)
It may be useful at times to publish only specific packages as an experimental tag. For example, if we need to cherry pick some fixes for an old release, we can first do so by creating that as an experimental release just for that package to allow for quick testing by downstream projects. Similar to .github/workflows/runtime_releases_from_npm_manual.yml I added three options (`dry`, `only_packages`, `skip_packages`) to `runtime_prereleases.yml` which both the manual and nightly workflows reuse. I also added a discord notification when the manual workflow is run.
Changed paths3 files
First-parent comparison.github/workflows/runtime_prereleases.yml ModifiedM .github/workflows/runtime_prereleases_manual.yml ModifiedM .github/workflows/runtime_prereleases_nightly.yml ModifiedPatch
Files changed
Rendering syntax-highlighted changes…