Skip to content

Latest commit

 

History

History
65 lines (33 loc) · 3.7 KB

README.md

File metadata and controls

65 lines (33 loc) · 3.7 KB

Pantheon Action Library

A collection of GitHub Actions. Some specific to WordPress plugins, others more general use.

WordPress Plugin Development

Release Version

Validates that the heading section of your plugin's README.md has single-linebreak newlines handled correctly.

Commits a tag with optional build assets (NPM/Composer) and drafts a release.

Release Version

Release Version

Updates the development branch to be ready for the next release after releasing a new version of a plugin or module. This action search and replaces the version number across all the top-level files in the repo.

Release Version

Drafts a release PR from a development branch to a release branch, This action search and replaces the version number across all the top-level files in the repo to drop the -dev from the version.

Release Version

Runs the WP.org Code Analysis Tool on your plugin or theme.

General Purpose

Release Version

Tracks a list of arbratry dependencies in yaml and PRs updates automatically. Supports both GitHub releases and PECL.

Release Version

Tags a release with autotag-dev/autotag.

Release Version

Runs PHPCompatibility/PHPCompatibility on source code.

Actions We Love

Pushes plugin releases to WordPress.org with SVN.

Updates WordPress.org README without shipping a plugin update.