📄️ Overview
This guide is intended for contributors driving a new release of React Native macOS, not the average contributor. It describes the steps needed to publish new minor and patch releases.
📄️ Sync to a new patch release
Let's assume that we are trying to release a new patch release of 0.76.x. Let's also assume that the latest commit in React Native's 0.76-stable branch is the release commit we want to sync to. If not, git merge to an earlier commit.
📄️ Sync to a new minor release
Let's assume that React Native macOS is currently at 0.76, and React Native 0.77 just releasd. We now need to merge all the commits up to 0.77, and cut a new release branch.