Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
chore(grunt): adds grunt-conventional-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Dec 4, 2013
1 parent 1c5c5e1 commit 05bb324
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion gruntFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-karma');
grunt.loadNpmTasks('grunt-conventional-changelog');


/**
Expand Down Expand Up @@ -131,8 +132,13 @@ module.exports = function (grunt) {
{src: ['<%= dist %>/.tmpl/index.tmpl'], dest: '<%= dist %>/index.html'}
]
}
},
changelog: {
options: {
dest: 'CHANGELOG.md'
}
}
};
grunt.initConfig(initConfig);

};
};
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-karma": "~0.6.2"
"grunt-karma": "~0.6.2",
"grunt-conventional-changelog": "~1.0.0"
},
"scripts": {},
"repository": {
Expand Down

0 comments on commit 05bb324

Please sign in to comment.