Skip to content
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

Change nightly version numbering #4461

Merged
merged 2 commits into from
May 16, 2023
Merged

Conversation

tomekzaw
Copy link
Member

@tomekzaw tomekzaw commented May 16, 2023

Summary

This PR changes nightly version numbering from 0.0.0-yyyymmdd-commithash to <x>.<y+1>.<z>-nightly-yyyymmdd-commithash to keep things analogous to react-native (see here) as well as to fix failing Android builds due to conditionals in build.gradle and RNReanimated.podspec which use major version for build config.

Test plan

  1. Clone the repository
  2. Run node scripts/set-nightly-version.js
  3. Check if the version in package.json and jsVersion.ts starts with 3.2.0-nightly-

@tomekzaw tomekzaw requested review from kmagiera and tjzel May 16, 2023 13:32
@tomekzaw tomekzaw added this pull request to the merge queue May 16, 2023
Merged via the queue into main with commit 474ca87 May 16, 2023
@tomekzaw tomekzaw deleted the @tomekzaw/change-nightly-numbering branch May 16, 2023 13:40
fluiddot pushed a commit to wordpress-mobile/react-native-reanimated that referenced this pull request Jun 5, 2023
## Summary

This PR changes nightly version numbering from
`0.0.0-yyyymmdd-commithash` to
`<x>.<y+1>.<z>-nightly-yyyymmdd-commithash` to keep things analogous to
react-native (see
[here](https://www.npmjs.com/package/react-native?activeTab=versions))
as well as to fix failing Android builds due to conditionals in
build.gradle and RNReanimated.podspec which use major version for build
config.

## Test plan

1. Clone the repository
2. Run `node scripts/set-nightly-version.js`
3. Check if the version in `package.json` and `jsVersion.ts` starts with
`3.2.0-nightly-`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants