Skip to content

Commit 8c2702b

Browse files
authored
chore: add maintainers for nfpms in .goreleaser.yml (#80)
Signed-off-by: Gaius <[email protected]>
1 parent fd8393a commit 8c2702b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before:
77
- go mod download
88

99
builds:
10-
- main: ./cmd/main.go
10+
- main: main.go
1111
id: modctl
1212
binary: modctl
1313
goos:
@@ -39,6 +39,7 @@ changelog:
3939

4040
nfpms:
4141
- id: modctl
42+
maintainer: Model Spec Maintainers <[email protected]>
4243
file_name_template: "modctl-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
4344
package_name: modctl
4445
description: A command line tool for managing artifact bundled based on the Model Format Specification

0 commit comments

Comments
 (0)