Skip to content

Commit 97fdb34

Browse files
authored
Update goreleaser props
1 parent e9a95b9 commit 97fdb34

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Diff for: .goreleaser.yml

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
project_name: croc
2+
23
build:
34
main: main.go
45
binary: croc
@@ -25,9 +26,9 @@ build:
2526
goarch: arm
2627
goarm:
2728
- 7
29+
2830
nfpms:
29-
-
30-
formats:
31+
- formats:
3132
- deb
3233
vendor: "schollz.com"
3334
homepage: "https://schollz.com/software/croc/"
@@ -47,9 +48,9 @@ nfpms:
4748
netbsd: NetBSD
4849
freebsd: FreeBSD
4950
dragonfly: DragonFlyBSD
51+
5052
archives:
51-
-
52-
format: tar.gz
53+
- format: tar.gz
5354
format_overrides:
5455
- goos: windows
5556
format: zip
@@ -73,16 +74,14 @@ archives:
7374
- bash_autocomplete
7475

7576
brews:
76-
-
77-
tap:
77+
- tap:
7878
owner: schollz
7979
name: homebrew-tap
8080
folder: Formula
8181
description: "croc is a tool that allows any two computers to simply and securely transfer files and folders."
8282
homepage: "https://schollz.com/software/croc/"
8383
install: |
8484
bin.install "croc"
85-
8685
test: |
8786
system "#{bin}/croc --version"
8887
@@ -93,8 +92,7 @@ scoop:
9392
homepage: "https://schollz.com/software/croc/"
9493
description: "croc is a tool that allows any two computers to simply and securely transfer files and folders."
9594
license: MIT
95+
9696
announce:
9797
twitter:
98-
# Wether its enabled or not.
99-
# Defaults to false.
100-
enabled: false
98+
enabled: false

0 commit comments

Comments
 (0)