Skip to content

ci(release): Add prerelease workflow support#44

Merged
dcramer merged 1 commit into
mainfrom
codex/prerelease-workflow
May 3, 2026
Merged

ci(release): Add prerelease workflow support#44
dcramer merged 1 commit into
mainfrom
codex/prerelease-workflow

Conversation

@dcramer
Copy link
Copy Markdown
Member

@dcramer dcramer commented May 3, 2026

Add prerelease controls to the manual Release workflow so the existing bump input can produce beta, rc, or alpha versions from the current package version. Stable releases still use patch, minor, and major, while preview releases stay on a distinct npm prerelease line.

Version Calculation

Add a small release-version script for the cases the workflow needs: stable to prerelease, prerelease increments, and prerelease promotion back to stable.

Package Access

Mark the scoped harness packages as public in Craft and their package manifests so their first npm publishes use public access.

Validated with pnpm release:check, Biome lint on the version script, and focused version-calculation examples.

Allow the manual release workflow to compute beta, rc, and alpha prerelease versions from the current package version. This keeps preview builds distinct from the stable release line while preserving the normal patch, minor, and major flow.

Mark scoped harness packages as public in Craft and package manifests so their first npm publishes use public access.

Co-Authored-By: OpenAI Codex <codex@openai.com>
@dcramer dcramer marked this pull request as ready for review May 3, 2026 17:59
@dcramer dcramer merged commit 3ba9dc2 into main May 3, 2026
9 checks passed
@dcramer dcramer deleted the codex/prerelease-workflow branch May 3, 2026 17:59
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