Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeroySoft committed May 12, 2021
1 parent fcab0fc commit fa87f07
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ archives:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
changelog:
Expand All @@ -34,17 +33,17 @@ changelog:
exclude:
- '^typo'
- 'version bump'
# brews:
# - folder: Formula
# tap:
# owner: mroy
# name: homebrew-tap
# commit_author:
# name: Michael Roy
# email: mike@mikeroysoft.com
# homepage: "https://github.com/machine-drivers/docker-machine-driver-vmware/blob/master/README.md"
# description: "Cross-platform docker-machine driver for VMware Fusion and Workstation"
# test: |
# system "#{bin}/docker-machine-driver-vmware -v"
# install: |
# bin.install "docker-machine-driver-vmware"
brews:
- folder: Formula
tap:
owner: mikeroySoft
name: homebrew-tap
commit_author:
name: Michael Roy
email: mike@mikeroysoft.com
homepage: "https://github.com/machine-drivers/docker-machine-driver-vmware/blob/master/README.md"
description: "Cross-platform docker-machine driver for VMware Fusion and Workstation"
test: |
system "#{bin}/docker-machine-driver-vmware -v"
install: |
bin.install "docker-machine-driver-vmware"

0 comments on commit fa87f07

Please sign in to comment.