Skip to content

ci: migrate releases to unified pipeline - #25

Merged
steipete merged 1 commit into
mainfrom
ci/unified-release-alpha12
Jul 18, 2026
Merged

ci: migrate releases to unified pipeline#25
steipete merged 1 commit into
mainfrom
ci/unified-release-alpha12

Conversation

@steipete

Copy link
Copy Markdown
Owner

Summary

  • call the unified Go CLI release workflow at v1.0.0-alpha.12
  • route Homebrew handoff explicitly to steipete/homebrew-tap
  • retire tag-triggered legacy publishing while retaining the documented manual fallback

Verification

  • actionlint .github/workflows/release-unified.yml .github/workflows/release-legacy.yml
  • go test ./...
  • AutoReview: clean

No release dispatch in this PR.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 39b44b4544

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

contents: write
pull-requests: write
statuses: read
uses: openclaw/release-workflows/.github/workflows/release-go-cli.yml@v1.0.0-alpha.12

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add package.json version before using unified release

When this workflow is dispatched against the current repo, the called openclaw/release-workflows@v1.0.0-alpha.12 validation path unconditionally checks the root package.json if it exists and runs jq -er '.version' before comparing it to the release version. This repo's package.json has no version field, so the new unified release path exits during validation before it can tag or build any release; add/sync the package version or use a workflow/input that ignores this helper package.

Useful? React with 👍 / 👎.

@steipete
steipete merged commit 2473b98 into main Jul 18, 2026
4 checks passed
@steipete
steipete deleted the ci/unified-release-alpha12 branch July 18, 2026 16:17
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