Skip to content

fix(release): use compatible release-plz version - #168

Merged
Teakowa merged 1 commit into
mainfrom
agent/wright-166-release-plz-fix
Aug 18, 2026
Merged

fix(release): use compatible release-plz version#168
Teakowa merged 1 commit into
mainfrom
agent/wright-166-release-plz-fix

Conversation

@Teakowa

@Teakowa Teakowa commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • upgrade both release-plz action invocations from 0.3.125 to 0.3.160
  • keep release-plz authenticated only with the per-run ${{ github.token }} as GITHUB_TOKEN
  • document and isolate secrets.GH_TOKEN to the cross-repository Homebrew tap push

Root cause

The merged workflow used git_only in release-plz.toml, but release-plz 0.3.125 rejected that configuration field before creating the Release PR. The failing run was 32116409335.

Validation

  • release-plz 0.3.160 parses release-plz.toml (dry-run reaches GitHub token configuration instead of a config parse error)
  • actionlint .github/workflows/release-plz.yml .github/workflows/release.yml
  • yamllint -d relaxed .github/workflows/release-plz.yml .github/workflows/release.yml
  • git diff --check

Follow-up to #167; related to #166.

@Teakowa
Teakowa marked this pull request as ready for review August 18, 2026 08:34
@Teakowa
Teakowa merged commit 09c0f2f into main Aug 18, 2026
13 checks passed
@Teakowa
Teakowa deleted the agent/wright-166-release-plz-fix branch August 18, 2026 08:38
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Make Workshop Great Again Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

1 participant