Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit b8675f3

Browse files
authored
Merge pull request #10 from yepzdk/fix/release-binary-naming
fix: align release binary names and Homebrew dispatch event
2 parents 21e2de5 + 9e07084 commit b8675f3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ jobs:
102102
with:
103103
tag_name: ${{ steps.bump.outputs.new_tag }}
104104
files: |
105-
bin/icc-darwin-arm64
106-
bin/icc-darwin-amd64
107-
bin/icc-linux-arm64
108-
bin/icc-linux-amd64
105+
bin/itkdev-claude-code-darwin-arm64
106+
bin/itkdev-claude-code-darwin-amd64
107+
bin/itkdev-claude-code-linux-arm64
108+
bin/itkdev-claude-code-linux-amd64
109109
generate_release_notes: true
110110

111111
- name: Update Homebrew formula
@@ -119,4 +119,4 @@ jobs:
119119
-H "Accept: application/vnd.github+json" \
120120
-H "Authorization: token $HOMEBREW_TAP_TOKEN" \
121121
https://api.github.com/repos/yepzdk/homebrew-tools/dispatches \
122-
-d "{\"event_type\":\"update-icc\",\"client_payload\":{\"version\":\"$VERSION\"}}"
122+
-d "{\"event_type\":\"update-itkdev-claude-code\",\"client_payload\":{\"version\":\"$VERSION\"}}"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BINARY_NAME ?= icc
1+
BINARY_NAME ?= itkdev-claude-code
22
VERSION ?= $(shell git describe --tags --always --dirty 2>/dev/null || echo "dev")
33
LDFLAGS := -ldflags "-X github.com/itk-dev/itkdev-claude-code/internal/config.version=$(VERSION)"
44

0 commit comments

Comments
 (0)