Skip to content

Commit 4b6063f

Browse files
dextercodoclaude
andcommitted
Use Formula directory for Homebrew (CLI tools, not Casks)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 90808b3 commit 4b6063f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ homebrew_casks:
5959
owner: codoworks
6060
name: homebrew-tap
6161
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
62-
directory: Casks
62+
directory: Formula
6363
homepage: "https://github.com/codoworks/sshto"
6464
description: "Fast SSH connection manager with interactive TUI"
6565
license: "MIT"

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2025-12-14
11+
12+
### Changed
13+
14+
- Change Homebrew directory from `Casks` to `Formula` (CLI tools use Formula, not Casks)
15+
1016
## [0.2.0] - 2025-12-14
1117

1218
### Changed
@@ -32,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3238
- GitHub Actions release workflow triggered on version tags
3339
- Homebrew tap support via `brew tap codoworks/tap && brew install sshto`
3440

35-
[Unreleased]: https://github.com/codoworks/sshto/compare/v0.2.0...HEAD
41+
[Unreleased]: https://github.com/codoworks/sshto/compare/v0.3.0...HEAD
42+
[0.3.0]: https://github.com/codoworks/sshto/compare/v0.2.0...v0.3.0
3643
[0.2.0]: https://github.com/codoworks/sshto/compare/v0.1.0...v0.2.0
3744
[0.1.0]: https://github.com/codoworks/sshto/releases/tag/v0.1.0

0 commit comments

Comments
 (0)