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 bfb379a commit ebcb7d2Copy full SHA for ebcb7d2
cmd/release/release.go
@@ -50,7 +50,7 @@ func Install() {
50
major = releaseCmd.Bool("major", false, "If release is a *major* one, will increment the x.0.0 ")
51
minor = releaseCmd.Bool("minor", false, "If release is a *minor* one, will increment the 0.x.0 ")
52
patch = releaseCmd.Bool("patch", false, "If release is a *patch*, will increment the 0.0.x ")
53
- beta = releaseCmd.String("beta", "beta", "If the release is a beta, to add/increment tag with `-beta.x` or mentioned string")
+ beta = releaseCmd.String("beta", "", "If the release is a beta, to add/increment tag with `-beta.x` or mentioned string")
54
tag = releaseCmd.String("tag", "", "The Tag to be taken as base")
55
}
56
0 commit comments