Skip to content

Commit

Permalink
chore(npm): Use "version" script instead of "postversion" (#101)
Browse files Browse the repository at this point in the history
Using postversion was messing up the git tags by changing the sha of the
commit they initially pointed to.

See also bustle/mobiledoc-kit#448
  • Loading branch information
bantic authored Aug 4, 2016
1 parent 890edac commit 9aaeeab
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 @@ -11,7 +11,7 @@
"start": "ember server",
"test": "ember try:testall",
"update-changelog": "conventional-changelog -i CHANGELOG.md -r 0 -s",
"postversion": "npm run update-changelog && git add CHANGELOG.md && git commit --amend --no-edit"
"version": "npm run update-changelog && git add CHANGELOG.md"
},
"repository": "bustlelabs/ember-mobiledoc-editor",
"engines": {
Expand Down

0 comments on commit 9aaeeab

Please sign in to comment.