Skip to content

Commit

Permalink
add postversion script for np
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jul 18, 2016
1 parent 5a187be commit ee69deb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"build": "ember build",
"start": "ember server",
"test": "ember try:testall",
"update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s"
"update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s",
"postversion": "npm run update-changelog && git add CHANGELOG.md && git commit --amend --no-edit"
},
"repository": "bustlelabs/ember-mobiledoc-editor",
"engines": {
Expand Down

0 comments on commit ee69deb

Please sign in to comment.