Skip to content

Commit

Permalink
chore(deps): bump grunt-conventional-changelog
Browse files Browse the repository at this point in the history
There are a ton of bug fixes and nice new features.
  • Loading branch information
stevemao committed Aug 11, 2015
1 parent ea6031a commit 247176d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,14 @@ module.exports = function (grunt) {
}
},

changelog: {
conventionalChangelog: {
options: {
repository: 'http://github.com/showdownjs/showdown',
dest: 'CHANGELOG.md'
changelogOpts: {
preset: 'angular'
}
},
release: {
src: 'CHANGELOG.md'
}
},

Expand Down Expand Up @@ -163,7 +167,7 @@ module.exports = function (grunt) {
grunt.registerTask('lint', ['jshint', 'jscs']);
grunt.registerTask('test', ['clean', 'lint', 'concat:test', 'simplemocha:node', 'clean']);
grunt.registerTask('build', ['test', 'concat:dist', 'uglify']);
grunt.registerTask('prep-release', ['build', 'changelog']);
grunt.registerTask('prep-release', ['build', 'conventionalChangelog']);

// Default task(s).
grunt.registerTask('default', ['test']);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-conventional-changelog": "^4.0.0",
"grunt-jscs": "^1.2.0",
"grunt-simple-mocha": "^0.4.0",
"js-beautify": "^1.5.6",
Expand Down

0 comments on commit 247176d

Please sign in to comment.