Skip to content

Version Packages - #4

Merged
odenirdev merged 1 commit into
mainfrom
changeset-release/main
Jun 19, 2026
Merged

Version Packages#4
odenirdev merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@ogs-tech/press-web@0.4.1

Patch Changes

  • 1051dcd Thanks @odenirdev! - Validate the automated OIDC release pipeline (npm trusted publisher) end-to-end — no functional change.

playground@0.1.2

Patch Changes

  • Updated dependencies [1051dcd]:
    • @ogs-tech/press-web@0.4.1

@odenirdev
odenirdev merged commit 9cfa09c into mainJun 19, 2026
@odenirdev
odenirdev deleted the changeset-release/main branch June 19, 2026 14:37
odenirdev added a commit that referenced this pull request Jul 11, 2026
Closes the BASE/CLI review's two "looks done but isn't" defects.
CI gate (DONE #4): `gen:versions --check` was a silent no-op. It filtered
on `@ogs-tech/press-cli` — no such package (it's `@ogs-tech/create-press`),
and `pnpm --filter` exits 0 when it matches nothing. Even with the right
name it ran AFTER `pnpm build`, whose cli build script is `gen:versions &&
tsc` (write mode), which regenerated the file and masked any drift. Fixed
the filter and moved the step above `pnpm build`, so a stale
versions.generated.ts now fails CI.
press build (DONE #2): a failing subprocess (strapi/next build) collapsed
to a generic exit 1. `util/run.ts` now rejects with a SubprocessError
carrying the real code/signal and bin/press.ts re-exits with it — matching
dev.ts's crash-aware guarantee. dev's pre-boot seed/sync-types become
truthful for free.
Robustness/cleanup gaps from the review are tracked as follow-ups in
docs/superpowers/plans/2026-07-11-base-cli-followups.md.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for freeto 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

@odenirdev