Skip to content

fix: enable manual publish dispatch for release backfills#13

Merged
kuitos merged 1 commit intomainfrom
codex/release-1-6-1
Apr 8, 2026
Merged

fix: enable manual publish dispatch for release backfills#13
kuitos merged 1 commit intomainfrom
codex/release-1-6-1

Conversation

@kuitos
Copy link
Copy Markdown
Owner

@kuitos kuitos commented Apr 8, 2026

What changed

  • add workflow_dispatch to the release workflow so publish can be run manually from GitHub Actions when a backfill is needed
  • extend the publish config test to keep that manual trigger covered

Why

The recent Release workflow run on main completed successfully, but semantic-release skipped publishing because the only commit since v1.6.0 was not releasable. This PR adds a real fix: change so merging it will trigger the next patch release, and it also leaves a manual publish path in place for future operational backfills.

Impact

  • merging this PR should allow the repository to publish 1.6.1
  • maintainers can manually dispatch the publish workflow later if a release needs to be re-run

Validation

  • bun test test/publish-config.test.ts test/github-actions-ci.test.ts
  • full bun test still has the pre-existing @opencode-ai/plugin resolution error in test/index.test.ts, unrelated to this PR

@kuitos kuitos marked this pull request as ready for review April 8, 2026 06:41
@kuitos kuitos changed the title [codex] enable manual publish dispatch for release backfills fix: enable manual publish dispatch for release backfills Apr 8, 2026
@kuitos kuitos merged commit cc511cd into main Apr 8, 2026
1 check passed
@kuitos kuitos deleted the codex/release-1-6-1 branch April 8, 2026 06:42
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

🎉 This PR is included in version 1.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant