bump-version

Bump project versions, update changelogs, and commit and tag repositories.

151|23|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/escapeWu/perplexity-ai --skill bump-version-escapewu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump-version
Source: https://github.com/escapeWu/perplexity-ai/tree/main/.claude/skills/bump-version
Command: npx skills add https://github.com/escapeWu/perplexity-ai --skill bump-version-escapewu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of bumping project versions, updating changelogs, committing, tagging, and pushing to a repository, streamlining the release process.

Core Features & Use Cases

  • Version Bumping: Automatically update the project version in configuration files.
  • Changelog Updates: Add new entries to the changelogs in both English and Chinese.
  • Commit and Tag: Commit changes and tag the repository with the new version.
  • Push to Repository: Push the changes to the main branch and create a tag.
  • Use Case: When you want to release a new version of your project, this Skill can be used to automate the release process.

Quick Start

To bump your project version to 'v1.9.0', use the command: bump-version v1.9.0

Frequently Asked Questions about bump-version

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate version bumping and changelog updates for a repository release?

To automate your repository release, this Skill updates the version in configuration files and appends new entries to both English and Chinese changelogs before committing and tagging the project.

What's the best way to streamline software release workflows using git automation?

The best way to streamline your software release is to use a git automation command that bumps versions, updates changelogs, and pushes tags to the main branch simultaneously.

Does the version bumping process require direct access to execute git commands?

Yes, executing git commands is required for this version bumping process, as it needs repository access to commit changes, create version tags, and push updates to the main branch.

Can I update both English and Chinese changelogs during a project release?

Yes, you can update both English and Chinese changelogs during a project release; the version bumping automation explicitly adds new entries to both language files.

How do I commit and push a new repository tag after updating the project version?

To commit and push a new repository tag, the version bumping command automatically handles the git commit, creates the specific version tag, and pushes the changes directly to the main branch.