-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix version validation for nightlies
Summary: The nightly version is bumped after the check is performed, therefore it fails. With this diff, we become slightly more accepting with nightlies, allowing both `0.0.0` and `0.0.0-xxxx` as valid version for nightlies. ## Changelog [JS][Fixed] - Accept 0.0.0 with and without prelrelease for nightlies' versions Reviewed By: cortinico Differential Revision: D41534995 fbshipit-source-id: 2d0417441ca7d3d3f7660c9317133ac3c6de2eb9
- Loading branch information
1 parent
8b8f4f3
commit a672869
Showing
2 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters