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 fd8393a commit 8c2702bCopy full SHA for 8c2702b
.goreleaser.yml
@@ -7,7 +7,7 @@ before:
7
- go mod download
8
9
builds:
10
- - main: ./cmd/main.go
+ - main: main.go
11
id: modctl
12
binary: modctl
13
goos:
@@ -39,6 +39,7 @@ changelog:
39
40
nfpms:
41
- id: modctl
42
+ maintainer: Model Spec Maintainers <[email protected]>
43
file_name_template: "modctl-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
44
package_name: modctl
45
description: A command line tool for managing artifact bundled based on the Model Format Specification
0 commit comments