Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sixach/wp-version-bump-action

Action to bump WordPress plugin/theme version
https://github.com/sixach/wp-version-bump-action

Last synced: 1 day ago
JSON representation

Action to bump WordPress plugin/theme version

Awesome Lists containing this project

README

        

# ✨ WordPress Version Bump

This is a custom action to bump version of WordPress plugin/theme. Can be used for PHP files, as well as for style.css (in case of a theme).

Every WordPress theme/plugin is required to have header with all the information, such as title, tagging, author, donate link etc. This action tried to find `Version:` string inside the header and replace number with a new one. The version string should follow the [SemVer](https://semver.org/) standard.

## Example

Let's say you have this header:

```php