Skip to content

Commit

Permalink
other(release): automate release and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 6, 2016
1 parent 42158b4 commit fba873c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.4.0"></a>
# 1.4.0 (2016-11-06)


### Bug Fixes

* **#15:** Fix ios call ([9cf55f5](https://github.com/TobiasHennig/nativescript-toast/commit/9cf55f5))



<a name="1.3.0"></a>
# 1.3.0 (2016-06-10)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"pre-e2e": "cd samples/angular && tns install && tns platform add ios && tns platform add android && tns build ios && tns build android",
"e2e": "cd samples/angular && tns test ios --emulator --justlaunch",
"changelog":" conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "npm run build && npm run test && npm run changelog && git add CHANGELOG.md"
"release": "npm run build && npm run test && npm run changelog && git add CHANGELOG.md && npm publish"
},
"devDependencies": {
"conventional-changelog": "1.1.0"
Expand Down

0 comments on commit fba873c

Please sign in to comment.