-
Notifications
You must be signed in to change notification settings - Fork 0
Add release workflow #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add release workflow #163
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* main: NPM Dev(deps-dev): Bump react-router-dom from 7.5.3 to 7.6.1 Composer(deps): Bump newfold-labs/wp-module-data from 2.8.3 to 2.8.4 NPM Dev(deps-dev): Bump @tailwindcss/postcss from 4.1.5 to 4.1.7 NPM(deps): Bump @wordpress/api-fetch from 7.22.0 to 7.23.0 NPM Dev(deps-dev): Bump @wordpress/url from 4.22.0 to 4.23.0 Composer(deps): Bump newfold-labs/wp-module-data from 2.7.2 to 2.8.3 NPM Dev(deps-dev): Bump @wordpress/dom-ready from 4.22.0 to 4.23.0 NPM(deps): Bump @wordpress/element from 6.22.0 to 6.23.0 NPM Dev(deps-dev): Bump @wordpress/scripts from 30.15.0 to 30.16.0
desrosj
requested changes
May 27, 2025
Co-authored-by: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com>
Co-authored-by: Jonathan Desrosiers <359867+desrosj@users.noreply.github.com>
desrosj
approved these changes
May 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
This adds a prep release workflow to use when preparing a release. It will update the version (which this also adds to the package.json file), perform a fresh build, and update language files in a new PR.
Since the module doesn't contain a PHP version constant we pass an empty string to the php-file input. This will skip the step in the reusable workflow for updating the PHP constant.
Type of Change
Production
Development
Video
Checklist
Further comments