Skip to content

Commit

Permalink
chore(release): fixup version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zzo committed May 3, 2016
1 parent 7b7bdcc commit f7556ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function (grunt) {
grunt.registerTask('release', 'Bump the version and publish to NPM.', function (type) {
grunt.task.run([
'npm-contributors',
'bump-only:' + (type || 'patch'),
'bump:' + (type || 'patch') + ':bump-only',
'conventionalChangelog',
'bump-commit',
'conventionalGithubReleaser',
Expand Down

0 comments on commit f7556ab

Please sign in to comment.