We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efb009 commit ed8eb4eCopy full SHA for ed8eb4e
.goreleaser.yml
@@ -106,6 +106,29 @@ nfpms:
106
maintainer: "golangci-lint Team <[email protected]>"
107
description: Fast linters Runner for Go
108
license: GPLv3
109
+ section: golang
110
formats:
111
- deb
112
- rpm
113
+ umask: 0o022
114
+ overrides:
115
+ deb:
116
+ contents:
117
+ - src: LICENSE
118
+ dst: /usr/share/doc/golangci-lint/copyright
119
+ - src: README.md
120
+ dst: /usr/share/doc/golangci-lint/README.md
121
+ recommends:
122
+ - golang-go
123
+ rpm:
124
125
126
+ dst: /usr/share/doc/golangci-lint/LICENSE
127
+ type: license
128
129
130
+ type: readme
131
132
+ - /usr/bin/go
133
134
+ group: Development/Tools
0 commit comments