Skip to content

Commit

Permalink
build(releaseScripts): add conventional-github-releaser and rename re…
Browse files Browse the repository at this point in the history
…lease script
  • Loading branch information
domtra committed Mar 14, 2017
1 parent 98feeb7 commit 24fb208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"author": "bleech <[email protected]>",
"license": "MIT",
"devDependencies": {
"conventional-github-releaser": "^1.1.3",
"standard-version": "^4.0.0"
},
"scripts": {
"standardRelease": "standard-version"
"release": "standard-version",
"releaseGithub": "conventional-github-releaser -p angular"
}
}

0 comments on commit 24fb208

Please sign in to comment.