Skip to content

Commit fefdb6f

Browse files
committed
don't release new version with default grunt task
1 parent 6d6090d commit fefdb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ module.exports = function (grunt) {
5656
}, grunt.task.current.async());
5757
});
5858

59-
grunt.registerTask('default', ['bump', 'changelog', 'stage', 'release']);
59+
//grunt.registerTask('default', ['bump', 'changelog', 'stage', 'release']);
6060
};

0 commit comments

Comments
 (0)