Closed dolanmiu closed 8 years ago
When I run my grunt bump task, it just hangs indefinitely with no end.
grunt bump
Here is my grunt task:
grunt.registerTask('bump', [ 'bump' ]);
bump: { options: { files: ['package.json'], updateConfigs: [], commit: true, commitMessage: 'Release v%VERSION%', commitFiles: ['package.json'], createTag: true, tagName: 'v%VERSION%', tagMessage: 'Version %VERSION%', push: true, pushTo: 'upstream', gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d', globalReplace: false, prereleaseName: false, metadata: '', regExp: false } }
I'm using grunt-bump 0.7.0
grunt-bump
0.7.0
Honestly, no idea if this works on windows. There are no other logs or anything? Try running it with --verbose
--verbose
closing due to inactivity
When I run my
grunt bump
task, it just hangs indefinitely with no end.Here is my grunt task:
I'm using
grunt-bump
0.7.0