Remove unneeded pod instructions from release script

Summary: Per title.

Reviewed By: jknoxville

Differential Revision: D15964257

fbshipit-source-id: 7f5888cff480df3a598d703b0f2c58bc9fa0ab89
This commit is contained in:
Pascal Hartig
2019-06-24 06:20:12 -07:00
committed by Facebook Github Bot
parent 3982082f57
commit 4aafc49aaf

View File

@@ -94,7 +94,3 @@ hg commit -m "Flipper Bump: v$SNAPSHOT_VERSION"
echo "Submitting diffs for review..." echo "Submitting diffs for review..."
jf submit -n -r.^::. 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"