Skip to content

Commit

Permalink
Merge pull request #10 from areed/homebrew
Browse files Browse the repository at this point in the history
Configure goreleaser to generate homebrew formula [ch568]
  • Loading branch information
areed authored Jul 14, 2017
2 parents 8549684 + ea7f7de commit b139505
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ release:
owner: replicatedhq
name: replicated
brew:
github: {}
github:
owner: replicatedhq
name: replicated
install: bin.install "replicated"
homepage: https://replicated.com
description: "Manage your app's channels and releases from the command line"
builds:
- goos:
- linux
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
sudo: required
services:
- docker
language: go
go: 1.8.3
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Set the following env vars to avoid passing them as arguments to each command.

## Client

(GoDoc)[https://godoc.org/github.com/replicatedhq/replicated/client]
[GoDoc](https://godoc.org/github.com/replicatedhq/replicated/client)

```golang
package main
Expand Down

0 comments on commit b139505

Please sign in to comment.