Skip to content

Commit 1c61dad

Browse files
author
Edward Smith
committed
Fixed release script.
1 parent 9e5319d commit 1c61dad

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scripts/deploy-release

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,20 @@ aws s3 cp --acl public-read Branch-iOS-TestBed.zip s3://branchhost/
8282
open ChangeLog.md
8383
open 'https://github.com/BranchMetrics/ios-branch-deep-linking/releases/new'
8484
open 'https://groups.google.com/forum/#!newtopic/branch-sdk-releases'
85+
open 'https://cocoapods.org/?q=branch'
8586
open "./carthage-files"
87+
88+
echo ""
89+
echo ""
90+
echo '>>> Huzzah! Branch SDK for iOS has been published!'
8691
echo "Inform the SDK Releases Group! We've released."
92+
echo ""
93+
echo "Add a release announcement in Google Groups:"
8794
echo "Subject: 'iOS SDK Release $version'"
8895
echo " Body: < The change log >"
8996
echo ""
90-
echo "Also, add the carthage-files 'Branch.framework.zip' to the Github release."
97+
echo "Add a similar announcement at Github."
98+
echo "Also, add the ./carthage-files/Branch.framework.zip to the Github release."
9199

92100
# Remove remnants:
93101
(rm Branch-iOS-SDK.zip || true)

0 commit comments

Comments
 (0)