| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…kill Adds a registry-visibility gate after npm publish. A green Release job only means the registry accepted the request; v0.3.0 shipped with vite-plus on latest depending on a core version that stayed invisible for about 35 minutes, breaking every install and failing the Docker and docs jobs. Also drops the PR-title opener from the body template, records that Docs covers the published site rather than contributor files, keeps resolution logic out of entries, requires a migration path on breaking changes, and stops posting the Discord draft to the release PR.
✅ Deploy Preview for viteplus-preview canceled.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Folds the durable learnings from the v0.3.0 release into the release-manager skill.
Registry visibility after npm publish. pnpm publish prints ✅ Published package <name>@X.Y.Z when the registry accepts the request, not when it serves the version. In v0.3.0 the Release job went green, but @voidzero-dev/vite-plus-core@0.3.0 stayed invisible for about 35 minutes while vite-plus@0.3.0 was already on the latest tag depending on it. Every install failed with ETARGET, and the Docker and docs jobs failed too. Step 7 now adds a cache-busting visibility check between publish and the downstream jobs, with the rollback command and a real temp-dir install to confirm.
Changelog rules. Docs covers the published docs site, so a docs commit touching an RFC, AGENTS.md, or a skill goes in Chore. Entries describe behaviour, not resolution logic. A breaking change states its migration path.
Smaller corrections. Drop the Release vite-plus vX.Y.Z: ... opener from the body template, since it duplicated the PR title and step 8 stripped it again. Hand the Discord draft over in chat instead of commenting it on the release PR.