Skip to content

Commit

Permalink
Add update-changelog npm script, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Nov 16, 2015
1 parent 1aa18a6 commit 29e5278
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ in `demo/`. To run the demo:
#### Releasing

* `npm version patch` or `minor` or `major`
* `npm run update-changelog`
* `npm run build`
* `git push <origin> --follow-tags`
* `npm publish`
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"test": "testem ci",
"build": "rm -rf dist && broccoli build dist",
"build-website": "./bin/build-website.sh",
"deploy-website": "./bin/deploy-website.sh"
"deploy-website": "./bin/deploy-website.sh",
"update-changelog": "./node_modules/conventional-changelog/cli.js -i CHANGELOG.md -r 0 --overwrite && git add CHANGELOG.md && git commit -m 'Update changelog'"
},
"keywords": [
"html",
Expand Down Expand Up @@ -39,6 +40,7 @@
"broccoli-multi-builder": "^0.2.8",
"broccoli-test-builder": "^0.1.0",
"content-kit-utils": "^0.2.0",
"conventional-changelog": "^0.5.1",
"jquery": "^2.1.4",
"testem": "^0.8.4"
},
Expand Down

0 comments on commit 29e5278

Please sign in to comment.