Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Next/experimental release versions include commit date (#21700)
Change format of @next and @experimental release versions from <number>-<sha> to <number>-<sha>-<date> to make them more human readable. This format still preserves the ability for us to easily map a version number to the changes it contains, while also being able to more easily know at a glance how recent a release is.
- Loading branch information
Showing
with
62 additions
and 27 deletions.
- +2 −2 ReactVersions.js
- +3 −3 scripts/release/README.md
- +2 −1 scripts/release/prepare-release-from-npm-commands/parse-params.js
- +2 −2 scripts/release/prepare-release-from-npm-commands/update-stable-version-numbers.js
- +4 −2 scripts/release/snapshot-test.js
- +24 −9 scripts/release/utils.js
- +25 −8 scripts/rollup/build-all-release-channels.js

