wp-bump

Installation
SKILL.md

WP Bump

When to use

Use this skill when:

  • Bumping a WordPress plugin version for a release.
  • Updating version metadata in the plugin file, readme.txt, and package.json.
  • Updating release notes in CHANGELOG.md and the WordPress.org readme.txt changelog.
  • Rebuilding generated assets and running the project's available tests.

Inputs required

  • Repo root (current working directory).
  • Target version, preferably SemVer (1.2.3). If missing, ask the user.
  • Changelog entry: auto-derived from git log since the last tag; prompt only if no useful commits are found.
  • Release date. Default to today's date.

Do not create commits, tags, or releases unless the user explicitly asks.

Installs
1
First Seen
May 10, 2026
wp-bump — soderlind/skills