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

Commit

Permalink
feat(bump w changelog): changelog added to all bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Jun 12, 2015
1 parent 84227c0 commit e16a86e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ module.exports = (grunt) ->
# and running a webserver on port 3100 with livereload. Web page is opened
# automatically in the default browser.

grunt.registerTask 'bump-@-preminor', ['bump-only:preminor', 'mappAll', 'bump-commit']
grunt.registerTask 'bump-@-prerelease', ['bump-only:prerelease', 'mappAll', 'bump-commit']
grunt.registerTask 'bump-@', ['bump-only', 'mappAll', 'bump-commit']
grunt.registerTask 'bump-@-minor', ['bump-only:minor', 'mappAll', 'bump-commit']
grunt.registerTask 'bump-@-major', ['bump-only:major', 'mappAll', 'bump-commit']
grunt.registerTask 'bump-@-preminor', ['changelog', 'bump-only:preminor', 'mappAll', 'bump-commit']
grunt.registerTask 'bump-@-prerelease', ['changelog','bump-only:prerelease', 'mappAll', 'bump-commit']
grunt.registerTask 'bump-@', ['changelog','bump-only', 'mappAll', 'bump-commit']
grunt.registerTask 'bump-@-minor', ['changelog','bump-only:minor', 'mappAll', 'bump-commit']
grunt.registerTask 'bump-@-major', ['changelog','bump-only:major', 'mappAll', 'bump-commit']

exampleOpenTasks = []

Expand Down

0 comments on commit e16a86e

Please sign in to comment.