diff --git a/.goreleaser.yml b/.goreleaser.yml index 1ef1c3e7..f3b92597 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -5,7 +5,7 @@ includes: variables: brew_name: cli - brew_description: "Use Ory from the your terminal!" + brew_description: "Use Ory from your terminal!" buildinfo_hash: "github.com/ory/cli/buildinfo.GitHash" buildinfo_tag: "github.com/ory/cli/buildinfo.Version" diff --git a/cmd/dev/release/publish.go b/cmd/dev/release/publish.go index 8625100f..32e6a1f2 100644 --- a/cmd/dev/release/publish.go +++ b/cmd/dev/release/publish.go @@ -127,7 +127,7 @@ Are you sure you want to proceed without creating a pre version first?`, current pkg.Confirm("You are about to release a non-test release v%s but did not include the --include-changelog-since flag. Are you sure you want to continue?", nextVersion) } - pkg.Check(pkg.NewCommand("goreleaser", "check").Run()) + pkg.Check(pkg.NewCommand("goreleaser", "check", "--soft").Run()) if dry { fmt.Println("Don't worry, this is a dry run!")