alleyinteractive/Build and Release WordPress Plugin

Create build releases of your create-wordpress-plugin WordPress projects.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 2, 2026
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: alleyinteractive/action-release@f1eefac9fe69652023bc623cbdca7c4b8cb926c8 # v0.8.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
build-commandSpecify the command to run for build.nonpm run build
draftSpecify whether to create a draft release.nofalse
github-tokenSpecify the GitHub token to use.no${{ github.token }}
node-versionSpecify the version of Node.js to use.no""
php-versionSpecify the version of PHP to use.no""
skip-buildSpecify whether to skip the build step.nofalse
skip-composer-installSpecify whether to skip the composer install step.nofalse
skip-composer-require-removalSkip the removal of the require/require-dev sections in the composer.json filenofalse
skip-npm-installSpecify whether to skip the npm install step.nofalse
use-changelog-notesUse notes from the CHANGELOG.md file (if found) instead of generating release notes.notrue
plugin-fileSpecify the main plugin file name (e.g., my-plugin.php) to extract the version from.no""

no outputs