Agent skill
bump-version
Bump version numbers for a new release. Use when releasing, updating version, or preparing a new version.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/bump-version
SKILL.md
Bump Version
Update the version string in both of these files (they must match):
-
pyproject.tomlline 7:tomlversion = "X.Y.Z" -
pytest_claude_agent_sdk/__init__.pyline 27:python__version__ = "X.Y.Z"
Steps
- Ask user for the new version if not provided
- Read both files to confirm current version
- Update both files with new version
- Show diff of changes
- Suggest commit message:
Bump version to X.Y.Z
Version Format
Use semantic versioning: MAJOR.MINOR.PATCH
- MAJOR: Breaking changes
- MINOR: New features, backward compatible
- PATCH: Bug fixes, backward compatible
Didn't find tool you were looking for?