Skip to content

Commit 13ec3ac

Browse files
ceritiumclaude
andcommitted
Add Homebrew tap configuration
- Update .goreleaser.yml to generate Homebrew formulas for the stacktodate/homebrew-stacktodate tap - Add Homebrew installation instructions to README as the recommended installation method - Homebrew will automatically create and update the formula on each release 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <[email protected]>
1 parent ccc8a9e commit 13ec3ac

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.goreleaser.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@ checksum:
4949
name_template: 'checksums.txt'
5050
algorithm: sha256
5151

52+
brews:
53+
- name: stacktodate
54+
repository:
55+
owner: stacktodate
56+
name: homebrew-stacktodate
57+
token: "{{ .Env.GITHUB_TOKEN }}"
58+
homepage: "https://stacktodate.club"
59+
description: "CLI tool for Stack To Date - track your tech stack lifecycle"
60+
license: MIT
61+
skip_upload: false
62+
test: |
63+
system "#{bin}/stacktodate --version"
64+
5265
changelog:
5366
sort: asc
5467
use: github

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,16 @@ This CLI tool integrates with the Stack To Date platform by automatically detect
5252

5353
## Installation
5454

55-
### Download Pre-built Binaries (Recommended)
55+
### Homebrew (macOS/Linux)
56+
57+
The easiest way to install on macOS or Linux:
58+
59+
```bash
60+
brew tap stacktodate/homebrew-stacktodate
61+
brew install stacktodate
62+
```
63+
64+
### Download Pre-built Binaries
5665

5766
Download the latest release for your platform from the [Releases page](https://github.com/stacktodate/stacktodate-cli/releases).
5867

0 commit comments

Comments
 (0)