forked from huaweicloud/pulumi-huaweicloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yml
More file actions
29 lines (29 loc) · 714 Bytes
/
.goreleaser.yml
File metadata and controls
29 lines (29 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
archives:
- id: archive
name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}'
before:
hooks:
- make tfgen
builds:
- binary: pulumi-resource-huaweicloud
dir: provider
env:
- CGO_ENABLED=0
goarch:
- amd64
- arm64
goos:
- darwin
- windows
- linux
ldflags:
# The line below MUST align with the module in current provider/go.mod
- -X github.com/huaweicloud/pulumi-huaweicloud/provider/pkg/version.Version={{.Tag }}
main: ./cmd/pulumi-resource-huaweicloud/
changelog:
skip: true
release:
# Visit your project's GitHub Releases page to publish this release.
draft: true
snapshot:
name_template: '{{ .Tag }}-SNAPSHOT'