From 4aafc49aaf55bdfe7ad30a2ae586bad2d3909db2 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 24 Jun 2019 06:20:12 -0700 Subject: [PATCH] Remove unneeded pod instructions from release script Summary: Per title. Reviewed By: jknoxville Differential Revision: D15964257 fbshipit-source-id: 7f5888cff480df3a598d703b0f2c58bc9fa0ab89 --- scripts/bump-version.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/bump-version.sh b/scripts/bump-version.sh index 270b43cf0..8434b94b9 100755 --- a/scripts/bump-version.sh +++ b/scripts/bump-version.sh @@ -94,7 +94,3 @@ hg commit -m "Flipper Bump: v$SNAPSHOT_VERSION" echo "Submitting diffs for review..." jf submit -n -r.^::. - -echo "Once the tag is released on the Github, publish the pods to cocoapods, by running the following commands:" -echo "pod trunk push ~/fbsource/xplat/sonar/Flipper.podspec --use-libraries --allow-warnings --verbose" -echo "pod trunk push ~/fbsource/xplat/sonar/Flipper.podspec --use-libraries --allow-warnings --verbose --skip-import-validation --swift-version=4.0"