-
Notifications
You must be signed in to change notification settings - Fork 717
Set hermes release version #1791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: static_h
Are you sure you want to change the base?
Conversation
cortinico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
d1458a5 to
3a9bde9
Compare
Summary:
This diff sets version in `CMakeLists.txt` to `1.0.0` and configures build to pass `-DHERMES_RELEASE_VERSION=for RN ${hermesReleaseVersion}` where `hermesReleaseVersion` is of type `<date>.0.0`.
Differential Revision: D82313203
3a9bde9 to
dbee74d
Compare
Summary:
This diff sets version in `CMakeLists.txt` to `1.0.0` and configures build to pass `-DHERMES_RELEASE_VERSION=for RN ${hermesReleaseVersion}` where `hermesReleaseVersion` is of type `<date>.0.0`.
Differential Revision: D82313203
cortinico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
Summary:
This diff sets version in `CMakeLists.txt` to `1.0.0` and configures build to pass `-DHERMES_RELEASE_VERSION=for RN ${hermesReleaseVersion}` where `hermesReleaseVersion` is a version read from the `hermes-compiler/package.json`.
Differential Revision: D82313203
dbee74d to
0b0be5d
Compare
Summary:
This diff sets version in `CMakeLists.txt` to `1.0.0` and configures build to pass `-DHERMES_RELEASE_VERSION=for RN ${hermesReleaseVersion}` where `hermesReleaseVersion` is a version read from the `hermes-compiler/package.json`.
Differential Revision: D82313203
0b0be5d to
5a1a508
Compare
cortinico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
Summary:
This diff sets version in `CMakeLists.txt` to `1.0.0` and configures build to pass `-DHERMES_RELEASE_VERSION=for RN ${hermesReleaseVersion}` where `hermesReleaseVersion` is a version read from the `hermes-compiler/package.json`.
Reviewed By: cortinico
Differential Revision: D82313203
5a1a508 to
e8670a2
Compare
Summary: Pull Request resolved: #1791 This diff sets version in `CMakeLists.txt` to `1.0.0` and configures build to pass `-DHERMES_RELEASE_VERSION=for RN ${hermesReleaseVersion}` where `hermesReleaseVersion` is a version read from the `hermes-compiler/package.json`. Reviewed By: cortinico Differential Revision: D82313203 fbshipit-source-id: 4c66368a077e19083d75bd3ae36380c2c5a1ded1
Summary: Pull Request resolved: facebook#1791 This diff sets version in `CMakeLists.txt` to `1.0.0` and configures build to pass `-DHERMES_RELEASE_VERSION=for RN ${hermesReleaseVersion}` where `hermesReleaseVersion` is a version read from the `hermes-compiler/package.json`. Reviewed By: cortinico Differential Revision: D82313203 fbshipit-source-id: 4c66368a077e19083d75bd3ae36380c2c5a1ded1
Set hermes release version in static_h (#1791)
Summary: This diff sets version in
CMakeLists.txtto1.0.0and configures build to pass-DHERMES_RELEASE_VERSION=${hermesReleaseVersion}wherehermesReleaseVersionis of type<date>.0.0.Differential Revision: D82313203