Closed robneu closed 8 years ago
This only happens when running grunt release:major, grunt release:minor, grunt release:patch tasks. Running the same task directly like grunt version::major works as-expected.
grunt release:major
grunt release:minor
grunt release:patch
grunt version::major
mainly as grunt-version checks args passed to Grunt. looks like you've fixed it based on my suggestion ;)
Yup! I think that fixed it, but need to double-check.
This only happens when running
grunt release:major
,grunt release:minor
,grunt release:patch
tasks. Running the same task directly likegrunt version::major
works as-expected.