Skip to content

Plugin: add prerelease release workflow#7

Merged
huntharo merged 1 commit intomainfrom
codex/extend-beta-release-workflow
Mar 18, 2026
Merged

Plugin: add prerelease release workflow#7
huntharo merged 1 commit intomainfrom
codex/extend-beta-release-workflow

Conversation

@huntharo
Copy link
Contributor

Summary

  • route prerelease tags like vX.Y.Z-beta.N to matching npm dist-tags instead of latest
  • extend the release planner and skill docs for stable, prerelease, and prerelease-promotion flows
  • validate that GitHub prerelease state matches the release tag shape and document the install behavior

Validation

  • pnpm test
  • pnpm typecheck
  • node ./scripts/release-metadata.mjs v0.3.0-beta.1
  • python3 .agents/skills/release/scripts/release_plan.py --output-dir .local/release-stable-check
  • python3 .agents/skills/release/scripts/release_plan.py --channel beta --output-dir .local/release-beta-check
  • python3 .agents/skills/release/scripts/release_plan.py --promote-from v999.999.999-beta.1 --output-dir .local/release-promote-check

@huntharo huntharo merged commit 2fb635e into main Mar 18, 2026
4 checks passed
@huntharo huntharo deleted the codex/extend-beta-release-workflow branch March 18, 2026 14:28
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