We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc32e0 commit 929bee2Copy full SHA for 929bee2
.goreleaser.yaml
@@ -74,8 +74,8 @@ changelog:
74
- title: Others
75
order: 999
76
77
-sboms:
78
- - artifacts: archive
+#sboms:
+# - artifacts: archive
79
80
builds:
81
- main: main.go
@@ -89,9 +89,7 @@ builds:
89
- arm64
90
flags:
91
- -trimpath
92
- - -ldflags=-s -w \
93
- -X github.com/sixafter/nanoid-cli/cmd.version={{ .Version }} \
94
- -X github.com/sixafter/nanoid-cli/cmd.buildCommit={{ .Env.X_BUILD_COMMIT }}
+ - -ldflags=-s -w -X github.com/sixafter/nanoid-cli/cmd.version={{ .Version }} github.com/sixafter/nanoid-cli/cmd.buildCommit={{ .Env.X_BUILD_COMMIT }}
95
archives:
96
- id: tar
97
format: tar.gz
0 commit comments