Skip to content

Commit

Permalink
build(package.json): update version script to commit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdiliberto committed Mar 12, 2019
1 parent ce1c00d commit d732177
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 @@ -37,7 +37,7 @@
"test:iterate": "ember exam:iterate 10",
"test:fastboot": "DEBUG=ember-cli-addon-tests ember fastboot:test",
"preversion": "yarn test",
"version": "yarn changelog && git add CHANGELOG.md",
"version": "yarn changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): 📄'",
"postversion": "git push && git push --tags && rm -rf tmp dist"
},
"dependencies": {
Expand Down

0 comments on commit d732177

Please sign in to comment.