Skip to content

chore: publish adapter release (redop 0.1.7, create-redop-app 0.1.6) - #4

Draft
evansso wants to merge 6 commits into
mainfrom
cursor/publish-runtime-adapters-11e3
Draft

chore: publish adapter release (redop 0.1.7, create-redop-app 0.1.6)#4
evansso wants to merge 6 commits into
mainfrom
cursor/publish-runtime-adapters-11e3

Conversation

@evansso

@evansso evansso commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Publish workflows for @redopjs/redop and create-redop-app were not firing after #3 because they only listened for manual dispatch / version tags.

Fixed

  • Bump @redopjs/redop0.1.7, create-redop-app0.1.6
  • Auto-trigger publish on main package path changes and on tags
  • Skip when the version is already on npm
  • Fix create-redop-app typecheck
  • Align repository.url to https://github.com/Redopjs/redop for Trusted Publishing provenance

Published

  • @redopjs/redop@0.1.7 — success
  • create-redop-app@0.1.6 — success

Please merge so main keeps these version bumps and repo URL fixes.

Open in Web Open in Cursor 

cursoragent and others added 6 commits August 7, 2026 16:39
Bump @redopjs/redop to 0.1.7 and create-redop-app to 0.1.6 for the
runtime-adapter release. Publish workflows now also run on main package
path changes, skipping when the version is already on npm.

Co-authored-by: Evans Maina <evansso@users.noreply.github.com>
Write an npmrc auth file and publish with npm for reliable scoped
registry auth. Fix schemaDependencies typing and replace removed
fs.exists usage so create-redop-app typecheck passes in publish CI.

Co-authored-by: Evans Maina <evansso@users.noreply.github.com>
Publish with NODE_AUTH_TOKEN when present, otherwise fall back to npm
Trusted Publishing via --provenance so OIDC can publish without a
classic token.

Co-authored-by: Evans Maina <evansso@users.noreply.github.com>
Co-authored-by: Evans Maina <evansso@users.noreply.github.com>
Publish with npm Trusted Publishing only (OIDC provenance). The existing
NPM_TOKEN secret returns E404 on PUT and was overriding OIDC auth.

Co-authored-by: Evans Maina <evansso@users.noreply.github.com>
Trusted Publishing validates repository.url against the GitHub repo in
the provenance bundle. Use https://github.com/Redopjs/redop so casing and
format match.

Co-authored-by: Evans Maina <evansso@users.noreply.github.com>
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