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

Commit

Permalink
fix(release): get rid of circular loop
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Jun 21, 2014
1 parent db4ec0e commit 293ca6a
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 @@ -76,7 +76,7 @@ module.exports = function (grunt) {
// grunt-release will only commit the package.json file by default. Until
// https://github.com/geddski/grunt-release/pull/43/files lands, it should
// be patched to do the same so it commits the changelog as well.
grunt.registerTask('release', function (type) {
grunt.registerTask('publish', function (type) {
grunt.task.run([
'default',
'bump' + (type ? ':' + type : ''),
Expand Down

0 comments on commit 293ca6a

Please sign in to comment.