Skip to content

Commit

Permalink
use central brew repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lhopki01 committed Aug 4, 2019
1 parent 9581331 commit 5312b06
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
27 changes: 15 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,19 @@ changelog:
exclude:
- '^docs:'
- '^test:'
brew:
github:
owner: lhopki01
name: git-mass-sync
commit_author:
name: lhopki01
email: [email protected]
dependencies:
- git
- hub
install: |
bin.install "git-mass-sync"
brews:
- github:
owner: lhopki01
name: brew
commit_author:
name: lhopki01
email: [email protected]
dependencies:
- git
- hub
description: "Tool to keep multiple local repos in sync with github"
folder:
- Formula
install: |
bin.install "git-mass-sync"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Tool to sync all repos for a github org or in a local directory

### Install
```
brew tap lhopki01/git-mass-sync [email protected]:lhopki01/git-mass-sync
brew tap lhopki01/brew [email protected]:lhopki01/brew
brew install git-mass-sync
```

Expand Down

0 comments on commit 5312b06

Please sign in to comment.