Skip to content

Commit ebfe803

Browse files
author
Edward Smith
committed
Updated build scripts.
1 parent f359425 commit ebfe803

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Branch.framework.zip

5.86 MB
Binary file not shown.

scripts/deploy-carthage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ trap finish EXIT
2424
xcodebuild -scheme 'Branch iOS SDK Carthage' clean build
2525
carthage build --no-skip-current && carthage archive Branch
2626
open https://github.com/BranchMetrics/ios-branch-deep-linking/releases/new
27-
open "${scriptpath}/ChangeLog.md"
27+
open ../ChangeLog.md
2828
scriptFailed=0

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ sh $SCRIPT_DIR/build_framework.sh
3434
git add --all
3535
git commit -m "Updates for $1 release."
3636
git tag $1
37-
## git push --tags origin master
3837
git push
3938
git checkout master
4039
git pull
4140
git pull origin QA
4241
git push
42+
git push --tags origin master
4343

4444
# Release to CocoaPods
4545
pod trunk push $PODSPEC_LOC

0 commit comments

Comments
 (0)