Skip to content

Conversation

@jmsuzuki
Copy link
Contributor

@jmsuzuki jmsuzuki commented Oct 24, 2025

chore: updated release scripts for ci builds
ci builds are not published as latest

chore: release-cli gha workflow supports ci builds
the long awaited feature... drum roll please!
.
.
.
ci builds!

chore: fixed the check for packages...
we were checking for the wrong package in a couple places!


Note

Introduce CI build flow: derive prerelease versions, publish to dev channels/tags, and keep stable behavior on main with corrected package waits.

  • CI/Release Workflow (.github/workflows/release-cli.yaml)
    • Trigger on all branches; compute CI versions via git describe (exclude -ci-), set VERSION, PYTHON_VERSION (PEP 440 .dev), and IS_CI_BUILD outputs.
    • Conditional release: CI builds marked as prerelease without release notes; main builds remain stable.
    • Channelized uploads: CI → dev/<version>/ and cache-control no-store; main → stable/latest and cached.
    • Propagate TAG_LATEST: is_ci_build == false to jobs to control NPM tagging and artifact destinations; fix GCS paths and cache headers based on is_ci_build.
    • Python publishing uses python_version; release-python now depends on version.
    • Binaries: set Cargo to base version (strip -ci-), inject full version via CARGO_PKG_VERSION, and write Python pyproject.toml version.
    • Index update chooses channel from is_ci_build.
  • NPM Publish Scripts
    • apps/*/scripts/* and packages/*/scripts/*: publish with --tag dev for CI builds (TAG_LATEST=false); normal publish updates latest on releases.
  • Fixes
    • Correct NPM wait targets: darwin-x64 and linux-arm64 checks in publish-npm-base.

Written by Cursor Bugbot for commit 06c2369. This will update automatically on new commits. Configure here.

ci builds are not published as latest
the long awaited feature... drum roll please!
.
.
.
ci builds!
we were checking for the wrong package in a couple places!
@vercel
Copy link

vercel bot commented Oct 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
framework-docs Ready Ready Preview Comment Oct 24, 2025 4:40am

@jmsuzuki
Copy link
Contributor Author

this PR requires PyPi Support to give us more storage before merging so that we don't trim our already limited space in pypi

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.

2 participants