Loading...
Loading...
Release vercel-plugin — run gates, bump version, generate artifacts, commit, and push. Use when asked to "release", "ship", "bump and push", or "cut a release".
npx skill4agent add vercel/vercel-plugin releasebun run typecheck # tsc --noEmit on hooks/src
bun test # all test files
bun run validate # skill frontmatter + manifest integrity.plugin/plugin.json| Bump | When |
|---|---|
| patch | Bug fixes, test/fixture updates, docs |
| minor | New skills, new hooks, new features |
| major | Breaking changes to hook API or skill map |
version.plugin/plugin.jsonbun run build # hooks (tsup) + manifesthooks/src/*.mtshooks/*.mjsgenerated/skill-manifest.jsongit add -A
git commit -m "<summary>; bump to <new-version>"
git push; bump to X.Y.Z.plugin/plugin.jsonversionpackage.json.plugin/plugin.jsonbun run build