Skip to content

Commit

Permalink
Merge pull request #33 from BranchMetrics/build-with-readme
Browse files Browse the repository at this point in the history
Build with readme
  • Loading branch information
jsaleigh committed Dec 22, 2015
2 parents 265ff6e + 7bb6d2c commit f829395
Show file tree
Hide file tree
Showing 15 changed files with 1,306 additions and 116 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
.map
.project
.settings
Resources
Thumbs.db
Web-SDK
Web-SDK/
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to the Branch Web SDK will be documented here.
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).

## [v1.8.0] - 2015-12-18
## [v1.8.0] - 2015-12-21
- Support added for iOS9 Universal Links
- Support added for Android App Links
- setDebug() can be used for easier testing
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ Reference.md: docs/cordova/3_branch_cordova.md docs/4_footer.md
perl Web-SDK/build_utils/toc_generator.pl Web-SDK/src/6_branch.js docs/cordova/2_table_of_contents.md CORDOVA
cat docs/cordova/2_table_of_contents.md docs/cordova/3_branch_cordova.md docs/4_footer.md > Reference.md
perl -p -i -e 's/# Global//' Reference.md

README.md: docs/0_notice.md docs/cordova/1_intro.md docs/cordova/2_table_of_contents.md docs/cordova/3_branch_cordova.md docs/4_footer.md
cat docs/0_notice.md docs/cordova/1_intro.md docs/cordova/2_table_of_contents.md docs/cordova/3_branch_cordova.md docs/4_footer.md | \
perl -pe 'BEGIN{$$a="$(ONPAGE_RELEASE)"}; s#// INSERT INIT CODE#$$a#' > README.md
perl -p -i -e 's/# Global//' README.md

Loading

0 comments on commit f829395

Please sign in to comment.