Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Apr 7, 2020
1 parent e20d14b commit c52a021
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .goreleaser.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Make sure to check the documentation at http://goreleaser.com
builds:
- binary: moises
id: moises
env:
- CGO_ENABLED=0
main: ./main.go
Expand All @@ -12,6 +13,7 @@ builds:
goarch:
- amd64
- binary: foo
id: foo
env:
- CGO_ENABLED=0
main: ./foo/main.go
Expand All @@ -23,6 +25,7 @@ builds:
- amd64
- 386
- binary: bar
id: bar
env:
- CGO_ENABLED=0
main: ./bar/main.go
Expand Down Expand Up @@ -59,14 +62,14 @@ changelog:
exclude:
- '^docs:'
- '^test:'
brew:
github:
owner: caarlos0
name: test
folder: Formula
caveats: "Test formula, dont use it. It doesnt do anything"
brews:
- github:
owner: caarlos0
name: test
folder: Formula
caveats: "Test formula, dont use it. It doesnt do anything"
scoop:
name: foobar
bucket:
owner: caarlos0
name: test
name: foobar
bucket:
owner: caarlos0
name: test
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@ builds:
- linux
changelog:
skip: true
# gitlab_urls:
# api: https://localhost:443/foo/bar
# download: https://localhost:443/downloads
# release:
# gitlab:
# owner: foo
# name: bar

0 comments on commit c52a021

Please sign in to comment.