increment-version

Use this skill when the user wants to increment or bump the project version number. This skill reads the current semantic version, increments it (patch/minor/major), updates package.json, Cargo.toml, and tauri.conf.json, runs cargo check to update Cargo.lock, and commits all changes to git with an appropriate commit message.

$ Installieren

git clone https://github.com/twentynineteen/bucket /tmp/bucket && cp -r /tmp/bucket/.claude/skills/increment-version ~/.claude/skills/bucket

// tip: Run this command in your terminal to install the skill