Skip to content

Commit 49f580b

Browse files
author
Edward Smith
committed
Don't tag beta releases. It messes up Carthage.
1 parent dcd5a52 commit 49f580b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/deploy-beta

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ if ! ./scripts/askYN "Commit and deploy Branch beta release version ${version}?"
2222
fi
2323

2424
# Update the changes in QA:
25+
# Don't tag beta releases. It messes up Carthage.
2526
git add --all
2627
git commit -m "Beta Release ${version}."
27-
git tag "${version}"
28+
# git tag "${version}"
2829
git push
29-
git push --tags origin QA
30+
# git push --tags origin QA
3031

3132
# Pull the changes to beta:
3233
git checkout beta

0 commit comments

Comments
 (0)