bump-version

Automate the Gods Eye version bump workflow from package.json updates to release tagging.

7|2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye-desktop --skill bump-version-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bump-version
Source: https://github.com/bitan-del/gods-eye-desktop/tree/main/.claude/skills/bump-version
Command: npx skills add https://github.com/bitan-del/gods-eye-desktop --skill bump-version-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when bumping the Gods Eye version: update package.json, run checks, branch, commit, push, create PR, wait for merge, tag release.

Core Features & Use Cases

  • End-to-end version bump workflow: updates package.json, runs checks, creates a branch, commits, pushes, opens a PR, and tags the release.
  • Version management for releases: supports automatic patch increments or explicit version specification.
  • Release workflow automation: ensures consistency across contributors by enforcing checks and PR-driven merges.

Quick Start

Run bump-version with a target version to update package.json, perform quality checks, create a PR, and tag the release.

Frequently Asked Questions about bump-version

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

FAQPage Schema
How do I automate a git release version bump from package.json to a pull request?

Automating a release version bump involves updating package.json, running lint and format checks, creating a feature branch, committing, pushing, and opening a PR. This ensures consistent release version management across contributors by enforcing quality checks.

Does the version bump workflow wait for the pull request to merge before tagging the release?

Yes, the version bump workflow waits for the pull request to merge before tagging the release. This PR-driven merge approach ensures all lint, format, and TypeScript checks pass successfully before a release version is finalized and tagged in the git repository.

What is the best way to manage patch version increments for a release without manual git commands?

The best way to manage patch increments is using an automated workflow that supports either automatic patch increments or explicit version specification. It coordinates updating package.json, running checks, branching, committing, and pushing to standardize the release process.

Can I specify an explicit release version instead of using automatic patch increments?

Yes, you can specify an explicit release version instead of relying on automatic patch increments. The automation workflow accepts a target version to update package.json accordingly, then runs checks, creates a feature branch, and opens a PR for that specific release.

What quality checks are required when bumping a release version in this workflow?

The required quality checks when bumping a release version include running lint, format, and TypeScript checks. The workflow enforces these checks before allowing the feature branch to be pushed and the pull request to be merged for the release tag.