Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cmd/dev/release/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -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!")
Expand Down
Loading