We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d655b94 commit ee5aaccCopy full SHA for ee5aacc
scripts/release_testing_setup.sh
@@ -55,6 +55,7 @@ fi
55
git config --global user.email "[email protected]"
56
git config --global user.name "google-oss-bot"
57
if [ "$TESTINGMODE" = "release_testing" ]; then
58
+ git checkout "${release_branch}"
59
# Latest Cocoapods tag on the repo, e.g. Cocoapods-7.9.0
60
latest_cocoapods_tag=$(git tag -l --sort=-version:refname CocoaPods-*[0-9] | head -n 1 )
61
echo "Podspecs tags of Nightly release testing will be updated to ${latest_cocoapods_tag}."
0 commit comments