Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jul 24, 2023
1 parent f34d3b1 commit 4abb893
Showing 1 changed file with 25 additions and 19 deletions.
44 changes: 25 additions & 19 deletions .goreleaser.4.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,39 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
- binary: moises
id: moises
env:
- CGO_ENABLED=0
main: ./main.go
goos:
- darwin
- linux
- windows
goarch:
- amd64
- binary: moises
id: moises
env:
- CGO_ENABLED=0
main: ./main.go
goos:
- darwin
- linux
- windows
goarch:
- amd64
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"
brews:
- tap:
owner: caarlos0
name: test
folder: Formula
caveats: "Test formula, dont use it. It doesnt do anything"
- tap:
owner: caarlos0
name: test
folder: Formula
caveats: "Test formula, dont use it. It doesnt do anything"
- tap:
owner: caarlos0
name: test
folder: Formula
caveats: "Test formula, dont use it. It doesnt do anything, versioned"
name: "{{.ProjectName}}@{{.Tag}}"
scoop:
name: foobar
bucket:
Expand Down

0 comments on commit 4abb893

Please sign in to comment.