-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08435c9
commit 3ca2435
Showing
2 changed files
with
8 additions
and
10 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
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 |
---|---|---|
|
@@ -30,24 +30,22 @@ changelog: | |
archives: | ||
- | ||
name_template: '{{ .ProjectName }}_{{.Env.RELEASE_VERSION}}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' | ||
# replacements: | ||
# darwin: darwin | ||
# linux: linux | ||
# 386: 386 | ||
# amd64: amd64 | ||
# format_overrides: | ||
# - goos: windows | ||
# format: zip | ||
brews: | ||
- | ||
name: gvs | ||
# alternative_names: | ||
# - gvs@{{ .Version }} | ||
# - gvs@{{ .Major }} | ||
name: gvs@{{ .Major }}.{{ .Minor }}.{{ .Patch }} | ||
tap: | ||
owner: VassiliPallas | ||
name: homebrew-gvs | ||
branch: release | ||
commit_author: | ||
name: Vasileios Pallas | ||
email: [email protected] | ||
url_template: https://github.com/VassilisPallas/gvs/releases/download/{{ .Tag }}/{{ .ArtifactName }} | ||
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}" | ||
download_strategy: CurlDownloadStrategy | ||
folder: Formula | ||
caveats: "Type 'gvs' on your command line and choose the Go version that you want from the dropdown. This command currently only works on macOS and Linux" | ||
homepage: "https://github.com/VassilisPallas/gvs" | ||
|