-
Notifications
You must be signed in to change notification settings - Fork 130
Add workflow to update WordPress Tested up to
version on .org
#1969
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
Add workflow to update WordPress Tested up to
version on .org
#1969
Conversation
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Co-authored-by: Weston Ruter <westonruter@google.com>
Co-authored-by: Weston Ruter <westonruter@google.com>
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ShyamGadde This looks excellent so far!
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Tested up to
version on .org
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ShyamGadde This looks good to me. Is it good to become a regular pull request, or is there a particular reason you still have it as a draft?
Would be great to get @swissspidy's review on this one too :)
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Co-authored-by: Pascal Birchler <pascal.birchler@gmail.com>
Co-authored-by: Pascal Birchler <pascal.birchler@gmail.com> Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Co-authored-by: Pascal Birchler <pascal.birchler@gmail.com> Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Signed-off-by: Shyamsundar Gadde <shyamsundar.gadde@rtcamp.com>
Summary
Fixes #1960
This PR introduces a new GitHub workflow to update the "Tested up to" WordPress version on WordPress.org without requiring a full plugin release. The workflow can be triggered manually for either a single plugin or all plugins.
Relevant technical choices
readme.txt
from WordPress.org and updates only theTested up to:
line, ensuring no other content is modified.action-wordpress-plugin-asset-update
GitHub action to handle the deployment process.