wp-bump
Installation
SKILL.md
WP Bump
When to use
Use this skill when:
- Performing a plugin release bump with coordinated version updates across existing files.
- Generating release notes from commit history and writing them to available changelog locations.
- Running the project's existing build and validation commands as a release gate.
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.