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 90261f3 commit 63ffeb8Copy full SHA for 63ffeb8
.goreleaser.yml
@@ -81,7 +81,6 @@ builds:
81
main: ./cmd/jsonnet-deps
82
binary: jsonnet-deps
83
84
-
85
archives:
86
- name_template: >-
87
{{- .ProjectName }}_
@@ -94,6 +93,10 @@ archives:
94
93
checksum:
95
name_template: "checksums.txt"
96
+release:
97
+ draft: true
98
+ skip_upload: false
99
+
100
nfpms:
101
- id: jsonnet
102
package_name: jsonnet-go
@@ -145,7 +148,7 @@ nfpms:
145
148
# See: https://packages.ubuntu.com/jsonnet
146
149
- jsonnet-lint
147
150
- id: jsonnet-deps
- package_name: jsonnet-deps-go
151
+ package_name: jsonnet-deps-go
152
builds:
153
- jsonnet-deps
154
homepage: https://github.com/google/go-jsonnet
0 commit comments