-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.goreleaser.yml
50 lines (49 loc) · 983 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
44
45
46
47
48
49
50
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
project_name: pulumi-aws-native
before:
hooks:
- make init_submodules
- make codegen
- make generate_schema
builds:
- dir: provider
env:
- GO111MODULE=on
goos:
- darwin
- windows
- linux
goarch:
- amd64
- arm64
ignore: []
main: ./cmd/pulumi-resource-aws-native/
ldflags:
- -s
- -w
- -X github.com/pulumi/pulumi-aws-native/provider/pkg/version.Version={{.Tag}}
binary: pulumi-resource-aws-native
archives:
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
id: archive
snapshot:
name_template: "{{ .Tag }}-SNAPSHOT"
changelog:
filters:
exclude:
- Merge branch
- Merge pull request
- \Winternal\W
- \Wci\W
- \Wchore\W
sort: asc
use: git
release:
disable: false
blobs:
- provider: s3
region: us-west-2
bucket: get.pulumi.com
folder: releases/plugins/
ids:
- archive