You've already forked go-semantic-release
fix(cmd/commands/next): initialize force flag with default bool 'false'
This commit is contained in:
@@ -7,6 +7,8 @@ import (
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(releaseCmd)
|
||||
releaseCmd.Flags().BoolP("force", "f", false, "")
|
||||
|
||||
}
|
||||
|
||||
var releaseCmd = &cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user