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 dcd5a52 commit 49f580bCopy full SHA for 49f580b
scripts/deploy-beta
@@ -22,11 +22,12 @@ if ! ./scripts/askYN "Commit and deploy Branch beta release version ${version}?"
22
fi
23
24
# Update the changes in QA:
25
+# Don't tag beta releases. It messes up Carthage.
26
git add --all
27
git commit -m "Beta Release ${version}."
-git tag "${version}"
28
+# git tag "${version}"
29
git push
-git push --tags origin QA
30
+# git push --tags origin QA
31
32
# Pull the changes to beta:
33
git checkout beta
0 commit comments