Skip to content

Push the scoop manifest into the bucket directory#52

Merged
tamnd merged 1 commit into
mainfrom
fix/scoop-bucket-dir
Jun 19, 2026
Merged

Push the scoop manifest into the bucket directory#52
tamnd merged 1 commit into
mainfrom
fix/scoop-bucket-dir

Conversation

@tamnd

@tamnd tamnd commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Without a directory, GoReleaser pushed the scoop manifest to the repository root (file=.json), while the seeded manifests and the path scoop reads from live under bucket/. So a scoop install kept resolving the stale bucket/.json instead of the freshly released root one.

directory: bucket makes the release overwrite bucket/.json directly. The stray root manifests are cleaned up separately.

Without a directory the scoop manifest landed at the repository root,
while the seeded manifests and the path scoop reads live under bucket/.
A scoop install would keep resolving the stale root-shadowed manifest.

Set directory: bucket so the release overwrites bucket/<tool>.json, the
same place the manifest is served from.
@tamnd tamnd merged commit 105e68f into main Jun 19, 2026
9 checks passed
@tamnd tamnd deleted the fix/scoop-bucket-dir branch June 19, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant