-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from rsteube/goreleaser-update-description
goreleaser: updated descriptions
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ changelog: | |
- '^test:' | ||
brews: | ||
- | ||
description: "define simple carapace completions using a spec file" | ||
description: "define simple completions using a spec file" | ||
homepage: "https://github.com/rsteube/carapace-spec" | ||
license: "MIT" | ||
tap: | ||
|
@@ -41,7 +41,7 @@ brews: | |
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}" | ||
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}" | ||
scoop: | ||
description: "define simple carapace completions using a spec file" | ||
description: "define simple completions using a spec file" | ||
homepage: "https://github.com/rsteube/carapace-spec" | ||
license: "MIT" | ||
bucket: | ||
|
@@ -52,7 +52,7 @@ scoop: | |
|
||
aurs: | ||
- | ||
description: "define simple carapace completions using a spec file" | ||
description: "define simple completions using a spec file" | ||
homepage: "https://github.com/rsteube/carapace-spec" | ||
license: "MIT" | ||
maintainers: | ||
|
@@ -62,7 +62,7 @@ aurs: | |
|
||
nfpms: | ||
- | ||
description: "define simple carapace completions using a spec file" | ||
description: "define simple completions using a spec file" | ||
homepage: "https://github.com/rsteube/carapace-spec" | ||
license: "MIT" | ||
maintainer: rsteube <[email protected]> | ||
|