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 574a1f5 commit 998fb1bCopy full SHA for 998fb1b
Branch.framework.zip
-44 KB
scripts/release.sh
@@ -38,6 +38,7 @@ git push
38
git checkout master
39
git pull
40
git pull origin QA
41
+git commit
42
git push
43
git push --tags origin master
44
@@ -51,4 +52,5 @@ sh $SCRIPT_DIR/upload_zips.sh
51
52
echo "Inform the SDK Releases Group."
53
echo "Subject: 'iOS SDK Release $1'"
54
echo " Body: < The change log >"
55
+open ChangeLog.md
56
open 'https://groups.google.com/forum/#!newtopic/branch-sdk-releases'
0 commit comments