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 82acfc9 commit 18fcd35Copy full SHA for 18fcd35
cli/cmd/release_create.go
@@ -184,7 +184,7 @@ Prepared to create release with defaults:
184
if err != nil {
185
return err
186
}
187
- if strings.ToLower(confirmed) == "n" {
+ if strings.ToLower(confirmed) != "y" {
188
return errors.New("configuration declined")
189
190
fmt.Printf("You can use the --confirm-auto or -y flag in the future to skip this prompt.\n")
0 commit comments