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 184bbf8 commit 954127eCopy full SHA for 954127e
.goreleaser.yml
@@ -95,3 +95,15 @@ brews:
95
prefix.install_metafiles
96
test: |
97
system "#{bin}/golangci-lint --version"
98
+
99
+nfpms:
100
+ -
101
+ id: golangci-lint-nfpms
102
+ package_name: golangci-lint
103
+ file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
104
+ homepage: https://golangci-lint.run/
105
+ description: Fast linters Runner for Go
106
+ license: GPLv3
107
+ formats:
108
+ - deb
109
+ - rpm
0 commit comments