You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/releases-ci/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,14 @@ CI-only release scripts — intended to run from a CI workflow (CircleCI or GitH
6
6
7
7
For information on command arguments, run `node <command> --help`.
8
8
9
-
### `prepare-package-for-release.js`
9
+
### `prepare-package-for-release`
10
10
11
11
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.
12
12
13
-
### `publish-npm.js`
13
+
### `publish-npm`
14
14
15
15
Prepares release artifacts and publishes the `react-native` package to npm.
16
+
17
+
### `publish-updated-packages`
18
+
19
+
Publishes all updated packages (excluding `react-native`) to npm. Triggered when a commit on a release branch contains `#publish-packages-to-npm`.
0 commit comments