Skip to content

Commit cb9bd8d

Browse files
authored
Merge pull request #3 from milldr/feat/homebrew-tap
Add Homebrew tap support
2 parents 5a04450 + c7a278e commit cb9bd8d

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,23 @@ universal_binaries:
1616
- replace: true
1717

1818
archives:
19-
- format: tar.gz
19+
- formats:
20+
- tar.gz
2021
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2122

2223
checksum:
2324
name_template: "checksums.txt"
2425

26+
homebrew_casks:
27+
- name: flow
28+
repository:
29+
owner: milldr
30+
name: homebrew-tap
31+
homepage: https://github.com/milldr/flow
32+
description: Multi-repo workspace manager using git worktrees
33+
binaries:
34+
- flow
35+
2536
changelog:
2637
sort: asc
2738
filters:

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Working across multiple repos means repetitive setup, scattered branches, and cl
1212

1313
### 1. Install
1414

15+
```bash
16+
brew install milldr/tap/flow
17+
```
18+
19+
Or with Go:
20+
1521
```bash
1622
go install github.com/milldr/flow/cmd/flow@latest
1723
```

0 commit comments

Comments
 (0)