Skip to content

Commit

Permalink
fix: Updating version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
PatKoperwas committed Jan 30, 2018
1 parent a6a9a10 commit 208d78e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,19 @@ builds:
- linux
goarch:
- amd64
ldflags: -s -w -X github.com/devlocker/tychus/cmd.version={{.Version}}

brew:
github:
owner: devlocker
name: homebrew-tap
commit_author:
name: Patrick Koperwas
email: patrick@devlocker.io
description: "Command line utility to live-reload your application."
folder: Formula
homepage: https://github.com/devlocker/tychus
test: |
system "#{bin}/tychus version"
install: |
bin.install "tychus"

0 comments on commit 208d78e

Please sign in to comment.