react-native/scripts
Lorenzo Sciandra cfa25e0a4a fix(release scripts): backport fixes from 0.71 into main (#35258)
Summary:
This PR backport two fixes we did in 0.71 to unblock the release process:
* the change in `publish-npm` is needed because of the introduction of .strict() from 4f3ca8facf
* the removal of the other script (added originally here e4b5d3eec9) is because:
  1) that step is not needed anymore (we don't publish/upload hermes artifacts to the GH release)
  2) by the time this job gets run the release crew has already setup the GH release
  3) the logic for the versioning was broken and even on the 0.71-rc pipeline it was tagging stuff as 1000.0.0

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[Internal] [Fixed] - Fix release scripts for "release" pipeline scenario

Pull Request resolved: https://github.com/facebook/react-native/pull/35258

Test Plan: The fact that 0.71-rc0 was released is the  for this.

Reviewed By: jacdebug

Differential Revision: D41120888

Pulled By: cipolleschi

fbshipit-source-id: 06d108f0659ad1db53c6324fe1d735f52c34a3c5
2022-11-08 10:03:29 -08:00
..
__tests__ hermes-utils.js: Add test coverage 2022-11-01 18:27:39 -07:00
circleci fix(release scripts): backport fixes from 0.71 into main (#35258) 2022-11-08 10:03:29 -08:00
cocoapods TurboModules: Simplify React-bridging usage (#35212) 2022-11-07 07:24:11 -08:00
codegen react-native-codegen: Enable C++ TurboModule generation in OpenSource builds (#35211) 2022-11-07 04:22:35 -08:00
hermes hermes-utils.js: Add test coverage 2022-11-01 18:27:39 -07:00
react_native_pods_utils infra(e2e): rework local E2E script (#34513) 2022-10-04 04:56:44 -07:00
versiontemplates
xcode Export REACT_NATIVE_PATH and fix find-node-for-xcode.sh fallback behavior (#33674) 2022-04-21 06:59:17 -07:00
.npmignore Move TypeScript declarations into react-native (#34614) 2022-09-19 12:26:00 -07:00
.packager.env
.tests.env Bump Circle CI macOS container to Xcode 14.0.1, Ruby to 2.7.6, CocoaPods 1.11.3 (#34884) 2022-10-11 18:27:25 -07:00
android-e2e-test.js
android-setup.sh RN: Make retry3 Portable in CI Scripts 2022-09-28 10:57:07 -07:00
bump-oss-version.js Build the React Native NPM package when git is not available (#34694) 2022-09-16 02:58:36 -07:00
compose-source-maps.js
download-kotlin-compiler-with-buck.sh
find-node-for-xcode.sh Reintroduce find-node.sh as mitigation measure (#33538) 2022-04-04 02:43:07 -07:00
generate-api-docs.js
generate-codegen-artifacts.js infra(e2e): rework local E2E script (#34513) 2022-10-04 04:56:44 -07:00
generate-provider-cli.js
generate-specs-cli.js Update CodeGen to leverage the outputDir as suggested in diff review (#33729) 2022-05-04 04:04:10 -07:00
ios-configure-glog.sh fix (glog script): remove invalid param from sed (#33967) 2022-06-17 11:58:08 -07:00
launchPackager.bat
launchPackager.command Use NODE_BINARY from .xcode.env when running packager from Xcode (#34121) 2022-07-12 05:52:22 -07:00
lint-java.js
native_modules.rb Move cocoapods cli native_modules require from template to rn scripts (#34215) 2022-07-19 09:11:08 -07:00
node-binary.sh
objc-test.sh fix: Make WebSocketTests work in CI (#33721) 2022-04-28 08:53:24 -07:00
packager-reporter.js
packager.sh Use readlink instead of realpath in packager.sh (#34145) 2022-07-20 07:06:18 -07:00
prepare-package-for-release.js Circle CI: Upload both tarballs to releases, dry-run the release workflow on every commit (#35015) 2022-10-19 17:54:22 -07:00
process-podspecs.sh
publish-npm.js fix(release scripts): backport fixes from 0.71 into main (#35258) 2022-11-08 10:03:29 -08:00
react_native_pods.rb TurboModules: Simplify React-bridging usage (#35212) 2022-11-07 07:24:11 -08:00
react-native-xcode.sh introduce SKIP_BUNDLING_METRO_IP to skip ip.txt generation (#31829) 2022-10-10 01:26:29 -07:00
release-utils.js Remove unused saveFilesToRestore function 2022-11-03 23:37:45 -07:00
retry3 RN: Make retry3 Portable in CI Scripts 2022-09-28 10:57:07 -07:00
run_ruby_tests.sh Run script phases tests in CI and Sandcastle (#33802) 2022-05-11 10:00:28 -07:00
run-android-ci-instrumentation-tests.js
run-android-emulator.sh
run-android-local-integration-tests.sh
run-android-local-unit-tests.sh
run-ci-e2e-tests.js fix lint warn -> rm unused import rm (#35186) 2022-11-03 16:23:45 -07:00
run-ci-javascript-tests.js
run-instrumentation-tests-via-adb-shell.sh
scm-utils.js Do not depend on an ENV variable when publishing and setting the RN version (#34746) 2022-09-22 07:34:50 -07:00
set-rn-template-version.js
set-rn-version.js Do not depend on an ENV variable when publishing and setting the RN version (#34746) 2022-09-22 07:34:50 -07:00
setup-verdaccio.js Use verdaccio for the template e2e test (#34577) 2022-09-22 05:02:37 -07:00
sync-css-layout.sh
test-e2e-local-clean.js fix(local-e2e-script): add logic to handle maven local for iOS and Android accordingly (#35104) 2022-11-02 08:23:50 -07:00
test-e2e-local.js fix(local-e2e-script): add logic to handle maven local for iOS and Android accordingly (#35104) 2022-11-02 08:23:50 -07:00
test-manual-e2e.sh Fix test-manual-e2e on Android/Hermes for New App Template (#34294) 2022-07-28 06:23:11 -07:00
testing-utils.js infra(e2e): rework local E2E script (#34513) 2022-10-04 04:56:44 -07:00
try-n-times.js
update_podfile_lock.sh
update-ruby.sh Build the React Native NPM package when git is not available (#34694) 2022-09-16 02:58:36 -07:00
validate-android-device-env.sh Update CONTRIBUTING.md, replace wiki links (#34035) 2022-06-21 19:30:23 -07:00
validate-android-sdk.sh
validate-android-test-env.sh
validate-ios-test-env.sh
version-utils.js Build the React Native NPM package when git is not available (#34694) 2022-09-16 02:58:36 -07:00