bump-version
Installation
SKILL.md
Bump Version
Bump the project version and create a release commit.
Execution Profile
- allowed-tools: Read, Edit, Write, Bash(git diff:), Bash(git status:), Bash(git log:), Bash(git add:), Bash(git commit:*), Skill, Task
- model: sonnet
Arguments
$ARGUMENTS
- No argument: Automatically determine version bump type based on changes (see Analysis step)
patch: Bump patch version (e.g., 0.1.9 -> 0.1.10)minor: Bump minor version (e.g., 0.9.8 -> 0.10.0)major: Bump major version (e.g., 9.1.8 -> 10.0.0)