-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Tools: New tag for plugin release not created successfully on svn #55295
Comments
FWIW, my workaround is as follows: I have a locally checked out copy of https://plugins.svn.wordpress.org/gutenberg/trunk. All I’m doing is running |
Here's an (incomplete) list of some other instances of this issue that I've kept a record of:
After merging #55261 (see), the error has consistently been
|
Adding some more information from the 16.8.0 workflow:
|
Googling the error code (
And the accepted answer:
This seems likely, as we know that e.g. Core runs some server-side post-commit checks. Maybe we can increase the timeout (on the client side) to allow for those checks to finish running? 🤔 |
I added a 300s timeout to the svn commit command in #55621, just in time for the 16.9 release.
So maybe the timeout did help; we might just need to tweak the workflow a bit more. |
Action failed while trying to release |
We've merged #65591, which changes the workflow to transmit the updated |
Description
There is currently an issue with creating a new release tag (e.g.
16.8.0
) on svn during the Gutenberg release process. Everything else in the workflow runs fine, and the plugin is successfully uploaded to the plugin directory, but the new tag isn't created.I believe the issue happens during this workflow: Update Changelog and upload Gutenberg plugin to WordPress.org plugin repo.
Here is an example changeset which has manually created the tag: https://plugins.trac.wordpress.org/changeset/2978003/
cc. @ockham who has helped out many times with a manual fix post-release 🙇
Step-by-step reproduction instructions
I'm not sure how to test this as I've only ever seen it happen in production 😅
It happens when running the "Publish release" workflow as described here.
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: