release
Installation
SKILL.md
Release
Validate, format, bump version, and tag for release.
Workflow
- Validate - Run project's validation command
- Fix formatting - Auto-fix prettier/formatting issues if any
- Bump version - Ask user for bump type, update package.json
- Commit & tag - Commit version bump, create git tag
- Optionally push - Ask if user wants to push
Commands
# 1. Validate
yarn validate # or: npm run validate