release

Installation
SKILL.md

Release

End-to-end release workflow for vercel-plugin.

Workflow

1. Pre-flight checks

Run all gates in parallel:

bun run typecheck          # tsc --noEmit on hooks/src
bun test                   # all test files
bun run validate           # skill frontmatter + manifest integrity

Stop if any gate fails. Fix issues before proceeding.

2. Determine version bump

Related skills

More from vercel-labs/vercel-plugin

Installs
157
GitHub Stars
162
First Seen
Mar 9, 2026