-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy path.goreleaser.yml
More file actions
35 lines (35 loc) · 764 Bytes
/
Copy path.goreleaser.yml
File metadata and controls
35 lines (35 loc) · 764 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
30
31
32
33
34
35
version: 2
builds:
- binary: tfmigrate
goos:
- darwin
- linux
goarch:
- amd64
- arm64
env:
- CGO_ENABLED=0
release:
prerelease: auto
changelog:
filters:
exclude:
- Merge pull request
- Merge branch
- Update README
- Update CHANGELOG
brews:
- repository:
owner: minamijoyo
name: homebrew-tfmigrate
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
commit_author:
name: "Masayuki Morita"
email: minamijoyo@gmail.com
homepage: https://github.com/minamijoyo/tfmigrate
description: "A Terraform / OpenTofu state migration tool for GitOps"
skip_upload: auto
test: |
system "#{bin}/tfmigrate -v"
install: |
bin.install "tfmigrate"