-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
15 changed files
with
182 additions
and
45 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
480f0432084fb7494e88a1a2b74da1be0daab5071d575f48c6e7d9070f4e4393 kubecli_v1.0.9-next_Linux_i386.tar.gz | ||
3ffaf9509cea9520694c6908dbe1e8c4333502fe99a69e61ed4a0bcabb81692b kubecli_v1.0.9-next_Linux_x86_64.tar.gz | ||
3175eba6759ed5ecf9085fe4dcf556e3639a8ff498f34831a9c1985c26bbb361 kubecli_v1.0.9-next_Darwin_x86_64.tar.gz | ||
3a20f62d49bc452ea55a58a5f14fb9676f2d00f3e96e99a6e9b179b951f93302 kubecli_v1.0.9-next_Darwin_i386.tar.gz |
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 |
---|---|---|
@@ -0,0 +1,105 @@ | ||
project_name: kubecli | ||
release: | ||
github: | ||
owner: verchol | ||
name: kubecli | ||
name_template: '{{.Tag}}' | ||
brew: | ||
name: kubecli | ||
github: | ||
owner: verchol | ||
name: homebrew-kubecli | ||
commit_author: | ||
name: Oleg Verhovsky | ||
email: [email protected] | ||
folder: Formula | ||
install: bin.install "kubecli" | ||
description: kubecli --help | ||
homepage: http://docs.codefresh.io | ||
scoop: | ||
name: kubecli | ||
commit_author: | ||
name: goreleaserbot | ||
email: [email protected] | ||
url_template: https://github.com/verchol/kubecli/releases/download/{{ .Tag }}/{{ | ||
.ArtifactName }} | ||
builds: | ||
- id: kubecli | ||
goos: | ||
- linux | ||
- darwin | ||
goarch: | ||
- amd64 | ||
- "386" | ||
goarm: | ||
- "6" | ||
targets: | ||
- linux_amd64 | ||
- linux_386 | ||
- darwin_amd64 | ||
- darwin_386 | ||
main: . | ||
ldflags: | ||
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} | ||
binary: kubecli | ||
env: | ||
- CGO_ENABLED=0 | ||
lang: go | ||
archives: | ||
- id: default | ||
builds: | ||
- kubecli | ||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm | ||
}}v{{ .Arm }}{{ end }}' | ||
replacements: | ||
"386": i386 | ||
amd64: x86_64 | ||
darwin: Darwin | ||
linux: Linux | ||
windows: Windows | ||
format: tar.gz | ||
files: | ||
- licence* | ||
- LICENCE* | ||
- license* | ||
- LICENSE* | ||
- readme* | ||
- README* | ||
- changelog* | ||
- CHANGELOG* | ||
nfpm: | ||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm | ||
}}v{{ .Arm }}{{ end }}' | ||
bindir: /usr/local/bin | ||
snapcraft: | ||
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm | ||
}}v{{ .Arm }}{{ end }}' | ||
snapshot: | ||
name_template: '{{ .Tag }}-next' | ||
checksum: | ||
name_template: checksums.txt | ||
algorithm: sha256 | ||
changelog: | ||
filters: | ||
exclude: | ||
- '^docs:' | ||
- '^test:' | ||
sort: asc | ||
dist: dist | ||
sign: | ||
cmd: gpg | ||
args: | ||
- --output | ||
- $signature | ||
- --detach-sig | ||
- $artifact | ||
signature: ${artifact}.sig | ||
artifacts: none | ||
env_files: | ||
github_token: ~/.config/goreleaser/github_token | ||
before: | ||
hooks: | ||
- echo before hook | ||
- go generate ./... | ||
github_urls: | ||
download: https://github.com |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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