Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9edc8b9

Browse files
committed
don't ask to commit package.json version
1 parent 54ce93b commit 9edc8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/binary/index.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ deploy = {
132132
fail("Release Failed")
133133
throw err
134134

135-
askMissingOptions(['version', 'commit', 'nextVersion'])(options)
135+
askMissingOptions(['version', 'nextVersion'])(options)
136136
.then(release)
137137

138138
build: (options) ->

0 commit comments

Comments
 (0)