Skip to content

ci: skip already published packages during release#699

Merged
thymikee merged 5 commits intomainfrom
codex/skip-already-published-packages
Apr 8, 2026
Merged

ci: skip already published packages during release#699
thymikee merged 5 commits intomainfrom
codex/skip-already-published-packages

Conversation

@thymikee
Copy link
Copy Markdown
Contributor

@thymikee thymikee commented Apr 8, 2026

Summary

Make release publishes idempotent by skipping package versions that are already present on npm.
Replace the recursive pnpm publish call with an explicit package loop and a small helper that checks name@version on the npm registry before calling npm publish.

Validation

Verified locally that @rock-js/welcome-screen@0.13.0 now exits cleanly with a skip message instead of failing.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
rock Ignored Ignored Preview Apr 8, 2026 3:53pm

Request Review

@thymikee thymikee marked this pull request as ready for review April 8, 2026 15:45
@thymikee thymikee changed the title [codex] Skip already published packages during release ci: skip already published packages during release Apr 8, 2026
@thymikee thymikee merged commit 2ff0ccf into main Apr 8, 2026
9 of 10 checks passed
@thymikee thymikee deleted the codex/skip-already-published-packages branch April 8, 2026 15: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