Skip to content

Commit 6c83fe7

Browse files
authored
Reflect the toolhive rename for releasing to brew (#100)
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent 7a57811 commit 6c83fe7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
args: release --clean
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88-
WINGET_GITHUB_TOKEN: ${{ secrets.WINGET_GITHUB_TOKEN }}
88+
# WINGET_GITHUB_TOKEN: ${{ secrets.WINGET_GITHUB_TOKEN }} # we don't need this for now
8989
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
9090
VERSION: ${{ needs.ldflags_args.outputs.version }}
9191
COMMIT: ${{ needs.ldflags_args.outputs.commit }}

.goreleaser.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ archives:
3838
# - name: toolhive
3939
# publisher: stacklok
4040
# license: Apache-2.0
41-
# license_url: "https://github.com/stacklok/toolhive/blob/main/LICENSE"
41+
# license_url: "https://github.com/StacklokLabs/toolhive/blob/main/LICENSE"
4242
# copyright: Stacklok, Inc.
4343
# homepage: https://stacklok.com
4444
# short_description: 'toolhive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers'
45-
# publisher_support_url: "https://github.com/stacklok/toolhive/issues/new/choose"
45+
# publisher_support_url: "https://github.com/StacklokLabs/toolhive/issues/new/choose"
4646
# package_identifier: "stacklok.toolhive"
47-
# url_template: "https://github.com/stacklok/toolhive/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
47+
# url_template: "https://github.com/StacklokLabs/toolhive/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
4848
# skip_upload: auto
4949
# release_notes: "{{.Changelog}}"
5050
# tags:
@@ -69,8 +69,8 @@ archives:
6969
# This section defines how to release to homebrew.
7070
brews:
7171
- name: thv
72-
homepage: 'https://github.com/stacklok/toolhive'
73-
description: 'toolhive is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers'
72+
homepage: 'https://github.com/StacklokLabs/toolhive'
73+
description: 'toolhive (thv) is a lightweight, secure, and fast manager for MCP (Model Context Protocol) servers'
7474
directory: Formula
7575
commit_author:
7676
name: stacklokbot
@@ -94,7 +94,7 @@ sboms:
9494
# This section defines the release policy.
9595
release:
9696
github:
97-
owner: stacklok
97+
owner: StacklokLabs
9898
name: toolhive
9999
# This section defines how and which artifacts we want to sign for the release.
100100
signs:

0 commit comments

Comments
 (0)