1 parent 33ef2f1 commit 863685fCopy full SHA for 863685f
1 file changed
main.go
@@ -57,7 +57,7 @@ func main() {
57
for _, c := range []*kingpin.CmdClause{majorCmd, minorCmd, patchCmd} {
58
c.Flag("pre", "Update pre-release notation. It accepts only alphanumeric or numeric identities.").SetValue(&pre)
59
}
60
- preCmd.Arg("pre", "Pre-release notation. It accepts only alphanumeric or numeric identities.").Required().SetValue(&pre)
+ preCmd.Arg("pre", "Pre-release notation. It accepts only alphanumeric or numeric identities.").SetValue(&pre)
61
62
var build internal.BuildFlag
63
for _, c := range []*kingpin.CmdClause{majorCmd, minorCmd, patchCmd, preCmd, releaseCmd} {
0 commit comments