Skip to content

Commit 7ff1285

Browse files
committed
fix: goreleaser config to place formula in Formula/ directory
1 parent b34c47a commit 7ff1285

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ brews:
4242
repository:
4343
owner: yeasy
4444
name: homebrew-tap
45+
directory: Formula
4546
homepage: "https://github.com/yeasy/ask"
4647
description: "Agent Skills Kit - The Package Manager for Agent Skills"
4748
license: "MIT"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.1] - 2026-01-17
9+
10+
### Fixed
11+
- Fixed GoReleaser config to place Homebrew formula in `Formula/` directory
12+
813
## [0.7.0] - 2026-01-17
914

1015
### Fixed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the Agent ecosystem.`,
2323
// Uncomment the following line if your bare application
2424
// has an action associated with it:
2525
// Run: func(cmd *cobra.Command, args []string) { },
26-
Version: "0.7.0",
26+
Version: "0.7.1",
2727
}
2828

2929
// Execute adds all child commands to the root command and sets flags appropriately.

0 commit comments

Comments
 (0)