Skip to content

Commit 8a98bc1

Browse files
committed
add release binary
1 parent 64fc7a5 commit 8a98bc1

7 files changed

Lines changed: 63 additions & 0 deletions

deleteBuild/dist/config.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
project_name: deleteBuild
2+
release:
3+
github:
4+
owner: hacktons
5+
name: homebrew-cli
6+
name_template: '{{.Tag}}'
7+
brew:
8+
commit_author:
9+
name: goreleaserbot
10+
email: goreleaser@carlosbecker.com
11+
install: bin.install "deleteBuild"
12+
builds:
13+
- goos:
14+
- windows
15+
- darwin
16+
- linux
17+
goarch:
18+
- amd64
19+
goarm:
20+
- "6"
21+
main: main.go
22+
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
23+
binary: deleteBuild
24+
archive:
25+
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
26+
}}v{{ .Arm }}{{ end }}'
27+
replacements:
28+
amd64: 64-bit
29+
darwin: macOS
30+
format: tar.gz
31+
files:
32+
- licence*
33+
- LICENCE*
34+
- license*
35+
- LICENSE*
36+
- readme*
37+
- README*
38+
- changelog*
39+
- CHANGELOG*
40+
fpm:
41+
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
42+
}}v{{ .Arm }}{{ end }}'
43+
bindir: /usr/local/bin
44+
snapcraft:
45+
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
46+
}}v{{ .Arm }}{{ end }}'
47+
snapshot:
48+
name_template: SNAPSHOT-{{ .Commit }}
49+
checksum:
50+
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
51+
dist: dist
52+
sign:
53+
cmd: gpg
54+
args:
55+
- --output
56+
- $signature
57+
- --detach-sig
58+
- $artifact
59+
signature: ${artifact}.sig
60+
artifacts: none
1.62 MB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
f3162a3640b29edac2453dcd1f1b40b9e23e64fb6c7f92aba1db1b4353765900 deleteBuild_0.0.1_linux_64-bit.tar.gz
2+
a2f18e5ee01702a9af0bd8e724b80d86747d3f8ecb7b6e00cd563f79b7a308f1 deleteBuild_0.0.1_windows_64-bit.tar.gz
3+
8de05ac044444d33beca2f27bc274939cdcf2cd1e5f00229c64bf2b1aa02f82a deleteBuild_0.0.1_macOS_64-bit.tar.gz
583 KB
Binary file not shown.
629 KB
Binary file not shown.
613 KB
Binary file not shown.
1.45 MB
Binary file not shown.

0 commit comments

Comments
 (0)