release
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
# 2. Fix formatting if needed
yarn prettier:fix # or: npm run prettier:fix
# 3. Bump version (edit package.json)
# patch: 1.2.3 → 1.2.4
# minor: 1.2.3 → 1.3.0
# major: 1.2.3 → 2.0.0
# 4. Commit and tag
git add package.json
git commit -m "chore: bump version to X.Y.Z"
git tag vX.Y.Z
# 5. Push (if requested)
git push && git push --tags
Quick Reference
| Bump Type | When to Use |
|---|---|
| patch | Bug fixes, small changes |
| minor | New features, backwards compatible |
| major | Breaking changes |
Before Release Checklist
- All tests pass
- No lint errors
- Formatting is clean
- Changes are committed
Weekly Installs
1
Repository
colonelpanic8/dotfilesGitHub Stars
210
First Seen
7 days ago
Security Audits
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1