We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b70fa commit be26885Copy full SHA for be26885
build/grunt-tasks/release.js
@@ -56,10 +56,10 @@ module.exports = function (grunt) {
56
var next = semver.inc(current, version || 'patch') || version
57
58
if (!semver.valid(next)) {
59
- return grunt.fail.warn('Invalid version.')
+ grunt.fail.warn('Invalid version.')
60
}
61
if (semver.lt(next, current)) {
62
- return grunt.fail.warn('Version is older than current.')
+ grunt.fail.warn('Version is older than current.')
63
64
65
readline.createInterface({
0 commit comments