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 00ae70e commit 465d28fCopy full SHA for 465d28f
.goreleaser.yml
@@ -1,3 +1,6 @@
1
+# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2
+version: 2
3
+
4
archives:
5
- id: archive
6
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
@@ -21,7 +24,7 @@ builds:
21
24
- -X github.com/pulumiverse/pulumi-clickhouse/provider/pkg/version.Version={{.Tag }}
22
25
main: ./cmd/pulumi-resource-clickhouse/
23
26
changelog:
- skip: true
27
+ disable: true
28
release:
29
disable: false
30
prerelease: auto
0 commit comments