Skip to content

Commit e4a081d

Browse files
committed
tmp
1 parent cfa7acd commit e4a081d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.goreleaser.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,31 @@ nfpms:
109109
maintainer: "golangci-lint Team <golangci-releaser@users.noreply.github.com>"
110110
description: Fast linters Runner for Go
111111
license: GPLv3
112+
section: devel
112113
formats:
113114
- deb
114115
- rpm
116+
umask: 0o022
117+
contents:
118+
- src: LICENSE
119+
dst: /usr/share/doc/golangci-lint/copyright
120+
packager: deb
121+
- src: README.md
122+
dst: /usr/share/doc/golangci-lint/README.md
123+
packager: deb
124+
- src: LICENSE
125+
dst: /usr/share/doc/golangci-lint/LICENSE
126+
type: license
127+
- src: README.md
128+
dst: /usr/share/doc/golangci-lint/README.md
129+
type: readme
130+
packager: rpm
131+
overrides:
132+
deb:
133+
suggests:
134+
- golang-go
135+
rpm:
136+
suggests:
137+
- /usr/bin/go
138+
rpm:
139+
group: Development/Tools

0 commit comments

Comments
 (0)