Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
chore(build): fix grunt-bump and log options
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Dec 11, 2015
1 parent d9fe682 commit 3a3842e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ module.exports = function (grunt) {
},
changelogOpts: {
preset: 'angular',
releaseCount: 0
releaseCount: 1
}
},
}
},
bump: {
files: ['package.json'],
commitMessage: 'chore(release): Release version <%= version %>'
options: {
commitMessage: 'chore(release): Release version <%= version %>'
}
}
});

Expand Down

0 comments on commit 3a3842e

Please sign in to comment.