From 39ae6bf6b0cd044777bc3611c2fba09578772963 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Wed, 14 Apr 2021 08:17:34 -0700 Subject: [PATCH] Back out "Fix RN GH example jobs failing after release bump" Summary: As discussed, the npm packages haven't been released yet during this step of the process, so we can't update the `yarn.lock` yet. Bumping itself is reverted in the next diff. Original commit changeset: 84fa2d35b5f4 / D27591155 (https://github.com/facebook/flipper/commit/ebcb535fd330be1d82c2d496ad8a26e1e428a65f) Reviewed By: nikoant Differential Revision: D27764974 fbshipit-source-id: 36d4e5b329e8d045f2d789e883c54a47eddf524a --- scripts/prepare-release.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/prepare-release.sh b/scripts/prepare-release.sh index 9b9292dfa..a63f458f5 100755 --- a/scripts/prepare-release.sh +++ b/scripts/prepare-release.sh @@ -45,8 +45,6 @@ SNAPSHOT_VERSION="$(echo "$VERSION" | sed -Ee 's/([0-9]+)\.([0-9]+)\.([0-9]+)/\1 echo "Bumping version number for android related files..." # Update Android related files "$SONAR_DIR"/scripts/bump.sh "$VERSION" -# Update lock file as a result of version bump -yarn --ignore-scripts --cwd "$SONAR_DIR"/react-native/ReactNativeFlipperExample # Generate changelog $nodejs "$DESKTOP_DIR"/scripts/generate-changelog.js