We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6427923 commit 558147aCopy full SHA for 558147a
.goreleaser.yml
@@ -3,7 +3,7 @@ project_name: golangci-lint
3
4
release:
5
github:
6
- owner: golangci
+ owner: LilithGames
7
name: golangci-lint
8
9
builds:
@@ -73,7 +73,7 @@ changelog:
73
74
brews:
75
- tap:
76
77
name: homebrew-tap
78
folder: Formula
79
homepage: https://golangci.com
install.sh
@@ -366,7 +366,7 @@ End of functions from https://github.com/client9/shlib
366
EOF
367
368
PROJECT_NAME="golangci-lint"
369
-OWNER=golangci
+OWNER=LilithGames
370
REPO="golangci-lint"
371
BINARY=golangci-lint
372
FORMAT=tar.gz
0 commit comments