Skip to content

Commit 9bdc213

Browse files
dextercodoclaude
andcommitted
Fix Homebrew cask configuration
- Remove directory field to use default Casks location - Add binaries field to install CLI binary - Add commit author and message template - Add caveats with usage instructions - Add skip_upload: auto for prereleases 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4b6063f commit 9bdc213

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,21 @@ release:
5555
name_template: "v{{ .Version }}"
5656

5757
homebrew_casks:
58-
- repository:
58+
- name: sshto
59+
repository:
5960
owner: codoworks
6061
name: homebrew-tap
6162
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
62-
directory: Formula
6363
homepage: "https://github.com/codoworks/sshto"
6464
description: "Fast SSH connection manager with interactive TUI"
6565
license: "MIT"
66+
binaries:
67+
- sshto
68+
commit_author:
69+
name: goreleaserbot
70+
email: bot@goreleaser.com
71+
commit_msg_template: "Brew cask update for {{ .ProjectName }} version {{ .Tag }}"
72+
caveats: |
73+
To get started, run:
74+
sshto --help
75+
skip_upload: auto

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.1] - 2025-12-14
11+
12+
### Fixed
13+
14+
- Fix Homebrew cask configuration (use default `Casks` directory instead of `Formula`)
15+
- Add `binaries` field to properly install CLI binary
16+
- Add caveats with usage instructions
17+
18+
### Changed
19+
20+
- Expand `homebrew_casks` config with commit author, message template, and skip_upload
21+
1022
## [0.3.0] - 2025-12-14
1123

1224
### Changed
@@ -38,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3850
- GitHub Actions release workflow triggered on version tags
3951
- Homebrew tap support via `brew tap codoworks/tap && brew install sshto`
4052

41-
[Unreleased]: https://github.com/codoworks/sshto/compare/v0.3.0...HEAD
53+
[Unreleased]: https://github.com/codoworks/sshto/compare/v0.3.1...HEAD
54+
[0.3.1]: https://github.com/codoworks/sshto/compare/v0.3.0...v0.3.1
4255
[0.3.0]: https://github.com/codoworks/sshto/compare/v0.2.0...v0.3.0
4356
[0.2.0]: https://github.com/codoworks/sshto/compare/v0.1.0...v0.2.0
4457
[0.1.0]: https://github.com/codoworks/sshto/releases/tag/v0.1.0

0 commit comments

Comments
 (0)