dillon1000/react
Commit
Browse files Updated release script documentation and command names (#17929)
* Updated release script documentation and command names * Update scripts/release/README.md Co-Authored-By: Sunil Pai <[email protected]> * Updated README Co-authored-by: Sunil Pai <[email protected]>
Changed paths21 files
First-parent comparisonscripts/release/README.md ModifiedM scripts/release/ci-add-build-info-json.js ModifiedM scripts/release/ci-update-package-versions.js ModifiedR scripts/release/create-canary-commands/add-build-info-json.js →scripts/release/create-next-commands/add-build-info-json.js RenamedR scripts/release/create-canary-commands/build-artifacts.js →scripts/release/create-next-commands/build-artifacts.js RenamedR scripts/release/create-canary-commands/confirm-automated-testing.js →scripts/release/create-next-commands/confirm-automated-testing.js RenamedR scripts/release/create-canary-commands/copy-repo-to-temp-directory.js →scripts/release/create-next-commands/copy-repo-to-temp-directory.js RenamedR scripts/release/create-canary-commands/npm-pack-and-unpack.js →scripts/release/create-next-commands/npm-pack-and-unpack.js RenamedR scripts/release/create-canary-commands/update-version-numbers.js →scripts/release/create-next-commands/update-version-numbers.js RenamedR scripts/release/create-canary.js →scripts/release/create-next.js RenamedR scripts/release/prepare-canary.js →scripts/release/prepare-next.js RenamedM scripts/release/prepare-stable-commands/check-out-packages.js ModifiedR scripts/release/prepare-stable-commands/get-latest-canary-version.js →scripts/release/prepare-stable-commands/get-latest-next-version.js RenamedM scripts/release/prepare-stable-commands/parse-params.js ModifiedM scripts/release/prepare-stable-commands/update-stable-version-numbers.js ModifiedM scripts/release/prepare-stable.js ModifiedM scripts/release/publish-commands/print-follow-up-instructions.js ModifiedM scripts/release/publish-commands/validate-tags.js ModifiedM scripts/release/shared-commands/print-prerelease-summary.js ModifiedM scripts/release/snapshot-test.js ModifiedM scripts/release/utils.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…