-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
SVN Upload Workflow: Stable tag:
isn't set in readme.txt
#31357
Comments
Upon closer inspection of the SVN log (note the gutenberg/.github/workflows/upload-release-to-plugin-repo.yml Lines 123 to 127 in f3c599d
|
Yeah, I think I've tracked it down to here: https://github.com/WordPress/gutenberg/runs/2239867087?check_suite_focus=true |
Seems like gutenberg/.github/workflows/upload-release-to-plugin-repo.yml Lines 105 to 109 in cec7a68
Could it be an issue with escaping? 🤔 |
This needs to get fixed since currently the plugin directory simply falls back to trunk. See https://api.wordpress.org/plugins/info/1.0/gutenberg.json?fields=stable_tag,short_description where This prevents using the dev and stable projects for translations as currently only dev is used. |
I'll look into fixing this 👍 |
While releasing GB 10.5.1 and 10.5.2 today, @youknowriad noticed that the
Stable tag:
field isn't being set in the plugin'sreadme.txt
in the WP.org plugin repo (SVN) anymore.I looked at previous versions and found that the last version that had it set was 10.2.1 -- starting from 10.3.0, the
Stable tag:
was empty.Fortunately, this seems rather low-impact, as WP.org apparently falls back to what it determines to be the latest version (probably based on release date, or version comparisons -- both of which work for GB, as per our current release procedure).
For reference, this is the code that's supposed to set the
Stable tag:
:gutenberg/.github/workflows/upload-release-to-plugin-repo.yml
Lines 149 to 154 in f3c599d
The text was updated successfully, but these errors were encountered: