Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(release scripts): backport fixes from 0.71 into main (facebook#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 facebook@4f3ca8f * the removal of the other script (added originally here facebook@e4b5d3e) 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: facebook#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
- Loading branch information