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, andpackage.json. - Updating release notes in
CHANGELOG.mdand the WordPress.orgreadme.txtchangelog. - 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 logsince 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.