Skip to content

Commit

Permalink
feat(build): changelog is now automatically generated
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Jan 13, 2014
1 parent 8d3e098 commit 68fec09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ module.exports = function (grunt) {
test: {
path: 'http://localhost:<%= connect.options.port %>/test/'
}
},

changelog: {
options: {
github: 'weluse/hyperagent',
dest: 'CHANGELOG.md',
version: require('./bower.json').version
}
}
});

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperagent",
"version": "0.3.0",
"version": "0.4.0",
"dependencies": {
"q": "~1.0.0",
"jquery": "~2.0.0",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"grunt-karma": "~0.5.0",
"grunt-open": "~0.2.0",
"coveralls": "~2.3.0",
"karma-coverage": "0.1.0"
"karma-coverage": "0.1.0",
"grunt-conventional-changelog": "~1.0.0"
},
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit 68fec09

Please sign in to comment.