Skip to content

Commit ee443ec

Browse files
author
Edward Smith
committed
Updated deployment scripts.
1 parent f489564 commit ee443ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

iOS_SDK_Release_Procedure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ iOS SDK Release Procedure
3939
5) Release on Fabric
4040
=> New!! <=
4141
• On the command line, cd to 'ios-branch-deep-linking'.
42-
• Run the script './scripts/deploy-fabric'.
42+
• Run the script './scripts/deploy-fabric <version>'.
4343
• The script will compress and upload the framework, then the Fabric.app application will open.
4444
• Verify the deploy by going to the Fabric Mac app, choose 'Branch' and check the version number.
4545
• More details to be found here: https://github.com/twitterdev/3pk/wiki/Updating-SDKs
@@ -57,7 +57,7 @@ iOS SDK Release Procedure
5757
6) Release on Carthage
5858
=> New!! <=
5959
• On the command line, cd to 'ios-branch-deep-linking'.
60-
• Run the script './scripts/deploy-fabric'.
60+
• Run the script './scripts/deploy-carthage'.
6161
• The script will check and compile the framework. Then the web page
6262
'https://github.com/BranchMetrics/ios-branch-deep-linking/releases/new' will open.
6363

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ sh $SCRIPT_DIR/upload_zips.sh
5050
# Prompt for SDK Releases Group post
5151
echo "Inform the SDK Releases Group."
5252
echo "Subject: 'iOS SDK Release $1'"
53-
echo " Body: The change log."
53+
echo " Body: < The change log >"
5454
open 'https://groups.google.com/forum/#!newtopic/branch-sdk-releases'

0 commit comments

Comments
 (0)