digital-gravy/WordPress Plugin Version Bumper
Bumps version numbers for WordPress plugins following semantic versioning with prerelease support
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bump_type | Type of version bump to perform (major/minor/patch/build/stable/none) | yes | patch |
| prerelease_type | Type of prerelease (none/dev/alpha/beta/rc) | yes | none |
| plugin_dir | Directory containing the WordPress plugin | yes | — |
| plugin_main_file | Name of the main plugin file | yes | — |
| surecart_release_file | Path to SureCart release file relative to plugin directory (optional) | no | — |
Outputs
| name | description |
|---|---|
| new_version | The new version number (e.g., 1.2.3-alpha-1+20240101120000) |
| old_version | The previous version number |
| is_version_bumped | Whether the version was bumped (true/false) |