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 9efe60a commit 3dad800Copy full SHA for 3dad800
scripts/release_testing_setup.sh
@@ -37,7 +37,6 @@ fi
37
# The chunk below is to determine the latest version by searching
38
# Get the latest released tag Cocoapods-X.Y.Z for release and prerelease testing, beta version will be excluded.
39
test_version=$(git tag -l --sort=-version:refname --merged main 'CocoaPods-*[0-9]' | head -n 1)
40
-git for-each-ref --sort=-creatordate --format '%(creatordate:short) %(refname:short)' refs/tags | head -n 3
41
if [ -z "$test_version" ]; then
42
echo "Latest tag could not be found. Exiting." >&2
43
exit 1
0 commit comments