Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
build(release): Fix release scripts=)
Browse files Browse the repository at this point in the history
  • Loading branch information
birhoff committed Mar 13, 2017
1 parent fc8650a commit c842654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"specs": "mocha test/**",
"cover": "nyc mocha test/**",
"lint": "eslint .",
"release": "standard-version",
"release": "standard-version; git push --follow-tags origin master",
"github-release": "conventional-github-releaser -p angular -r 0"
},
"engines": {
Expand Down

0 comments on commit c842654

Please sign in to comment.