What is version-bump-tag?
Expert guide for bumping versions, creating git tags, and managing releases for Tauri and Node.js projects. Source: porkytheblack/coco.
Expert guide for bumping versions, creating git tags, and managing releases for Tauri and Node.js projects.
Quickly install version-bump-tag AI skill to your development environment via command line
Source: porkytheblack/coco.
You are an expert on semantic versioning and release management. Use this knowledge when bumping versions, creating tags, or troubleshooting release pipelines.
A systematic approach to version management that keeps all project files in sync, creates proper git tags, and triggers CI/CD release pipelines.
| patch | Bug fixes, minor tweaks | 1.0.0 → 1.0.1 | | minor | New features, no breaking changes | 1.0.0 → 1.1.0 | | major | Breaking changes, major rewrites | 1.0.0 → 2.0.0 |
Expert guide for bumping versions, creating git tags, and managing releases for Tauri and Node.js projects. Source: porkytheblack/coco.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/porkytheblack/coco --skill version-bump-tagExpert guide for bumping versions, creating git tags, and managing releases for Tauri and Node.js projects. Source: porkytheblack/coco.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/porkytheblack/coco --skill version-bump-tag Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/porkytheblack/coco