Skip to content

Commit

Permalink
Use "thoughtful-release" to update the changelog on version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jul 12, 2016
1 parent 3e94945 commit b3cbd2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* [c02604f](https://github.com/nknapp/thought/commit/c02604f) Appveyor badge must be there only if 'appveyor.yml' is present - Nils Knappmeier
* [d761a92](https://github.com/nknapp/thought/commit/d761a92) Badges are now in separate partials. Badge for Appveyor - Nils Knappmeier



# Version 0.7.0 (Wed, 27 Jan 2016 19:22:15 GMT)

* [f6d322b](https://github.com/nknapp/thought/commit/f6d322b) Add release anchor to CHANGELOG.md - Nils Knappmeier
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"thought": "thought run -a",
"prethoughtcheck": "thought --version || npm -g install thought",
"thoughtcheck": "thought check-engines",
"version": "npm run thought",
"version": "thoughtful changelog -o -a && npm run thought",
"preversion": "npm run thoughtcheck"
},
"dependencies": {
Expand Down

0 comments on commit b3cbd2b

Please sign in to comment.