Skip to content

Commit

Permalink
fix(grunt): grunt-conventional-changelog 2.0 changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
seriema committed Aug 6, 2015
1 parent 2aeb262 commit b21b909
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,14 @@ module.exports = function (grunt) {
}
},

changelog: {
conventionalChangelog: {
options: {
// We'll use defaults for everything. https://github.com/btford/grunt-conventional-changelog
changelogOpts: {
preset: 'angular'
}
},
release: {
src: 'CHANGELOG.md'
}
},

Expand Down Expand Up @@ -257,7 +262,7 @@ module.exports = function (grunt) {
grunt.registerTask('_publish', [
'build',
'nugetpack',
'changelog',
'conventionalChangelog',
'bump-commit',
'nugetpush'
]);
Expand Down

0 comments on commit b21b909

Please sign in to comment.