forked from mangqin-hy/tf2pulumi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
43 lines (43 loc) · 874 Bytes
/
.goreleaser.yml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- darwin
- windows
- linux
goarch:
- amd64
- arm64
ldflags: -X github.com/pulumi/tf2pulumi/version.Version={{.Tag}}
binary: tf2pulumi
archives:
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
replacements:
amd64: x64
386: x86
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"
changelog:
skip: true
brews:
-
name: tf2pulumi
tap:
owner: pulumi
name: homebrew-tap
commit_author:
name: pulumi-bot
email: [email protected]
homepage: "https://pulumi.io"
description: "A tool to convert Terraform projects to Pulumi programs"
folder: Formula
license: Apache-2.0
test: |
system "#{bin}/tf2pulumi version"