Skip to content

Commit 63ffeb8

Browse files
ci: configure goreleaser to create draft GitHub releases
1 parent 90261f3 commit 63ffeb8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.goreleaser.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ builds:
8181
main: ./cmd/jsonnet-deps
8282
binary: jsonnet-deps
8383

84-
8584
archives:
8685
- name_template: >-
8786
{{- .ProjectName }}_
@@ -94,6 +93,10 @@ archives:
9493
checksum:
9594
name_template: "checksums.txt"
9695

96+
release:
97+
draft: true
98+
skip_upload: false
99+
97100
nfpms:
98101
- id: jsonnet
99102
package_name: jsonnet-go
@@ -145,7 +148,7 @@ nfpms:
145148
# See: https://packages.ubuntu.com/jsonnet
146149
- jsonnet-lint
147150
- id: jsonnet-deps
148-
package_name: jsonnet-deps-go
151+
package_name: jsonnet-deps-go
149152
builds:
150153
- jsonnet-deps
151154
homepage: https://github.com/google/go-jsonnet

0 commit comments

Comments
 (0)