Release v0.30.0-rc.0 - #579
Open
Magmusacy wants to merge 2 commits into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the SDK to
0.30.0-rc.0, matching the@fishjam-cloud/react-native-webrtcprerelease in fishjam-cloud/fishjam-react-native-webrtc#79.Changes
0.29.0->0.30.0-rc.0in the root package and the seven published workspaces (webrtc-client,ts-client,react-client,react-native-client,react-native-custom-video-source,react-native-vision-camera-source,ios-expo-voip).Cross-package deps are all
workspace:*, so nothing else needs editing — Yarn resolves them at pack time.yarn.lockis unchanged (workspaces resolve to0.0.0-use.local) andyarn install --immutablepasses.Proto output is intentionally not regenerated here:
yarn gen:protopulls a newerpackages/protobufs/protoscommit and rewrites theprotocversion banner, which is unrelated to a version bump.Order of operations
The
mobile-client,ios-expo-voip,custom-video-sourceandvision-camera-sourcepublish jobs runcheck:webrtc-published, which requires thepackages/react-native-webrtcsubmodule to sit on a tag matching its ownpackage.jsonversion, with that version live on npm. So:@fishjam-cloud/react-native-webrtc@0.30.0-rc.0(prerelease, lands under thercdist-tag).v0.30.0-rc.0onmain(separate commit, as in Pin react-native-webrtc submodule to v0.29.0 tag #570).gh release create v0.30.0-rc.0 --target main --generate-notes --prerelease— publishing the release triggers.github/workflows/release.yaml, and--prereleasemakes it publish under thercnpm tag solateststays at0.29.0.