Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sixach/wp-version-bump-action
- Owner: sixach
- License: mit
- Created: 2022-01-21T21:19:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T09:47:45.000Z (2 months ago)
- Last Synced: 2024-08-28T11:12:41.801Z (2 months ago)
- Language: TypeScript
- Size: 806 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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