alleyinteractive/Build and Release WordPress Plugin
Create build releases of your create-wordpress-plugin WordPress projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- GPL 3.0
Pinned Snippet
uses: alleyinteractive/action-release@f1eefac9fe69652023bc623cbdca7c4b8cb926c8 # v0.8.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build-command | Specify the command to run for build. | no | npm run build |
| draft | Specify whether to create a draft release. | no | false |
| github-token | Specify the GitHub token to use. | no | ${{ github.token }} |
| node-version | Specify the version of Node.js to use. | no | "" |
| php-version | Specify the version of PHP to use. | no | "" |
| skip-build | Specify whether to skip the build step. | no | false |
| skip-composer-install | Specify whether to skip the composer install step. | no | false |
| skip-composer-require-removal | Skip the removal of the require/require-dev sections in the composer.json file | no | false |
| skip-npm-install | Specify whether to skip the npm install step. | no | false |
| use-changelog-notes | Use notes from the CHANGELOG.md file (if found) instead of generating release notes. | no | true |
| plugin-file | Specify the main plugin file name (e.g., my-plugin.php) to extract the version from. | no | "" |
Outputs
no outputs