Skip to content

Commit b139505

Browse files
authored
Merge pull request #10 from areed/homebrew
Configure goreleaser to generate homebrew formula [ch568]
2 parents 8549684 + ea7f7de commit b139505

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.goreleaser.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ release:
44
owner: replicatedhq
55
name: replicated
66
brew:
7-
github: {}
7+
github:
8+
owner: replicatedhq
9+
name: replicated
810
install: bin.install "replicated"
11+
homepage: https://replicated.com
12+
description: "Manage your app's channels and releases from the command line"
913
builds:
1014
- goos:
1115
- linux

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
sudo: required
2+
services:
3+
- docker
14
language: go
25
go: 1.8.3
36
script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Set the following env vars to avoid passing them as arguments to each command.
1717

1818
## Client
1919

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

2222
```golang
2323
package main

0 commit comments

Comments
 (0)