CI-only release scripts — intended to run from a CI workflow (GitHub Actions).
For information on command arguments, run node <command> --help.
Prepares files within the react-native package and template for the target release version. Writes a new commit and tag, which will trigger publish-npm.js in a new workflow.
Prepares release artifacts and publishes the react-native package to npm.
Drops Sonatype staging repositories that exactly match the description in
ORG_GRADLE_PROJECT_SONATYPE_REPOSITORY_DESCRIPTION, along with any associated
unpublished Central Portal deployments.
Publishes all updated packages (excluding react-native) to npm. Triggered when a commit on a release branch contains #publish-packages-to-npm.