@johnbillion/plugin-infrastructure 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -113,6 +113,8 @@ Plugins that use this library all use a similar setup in their workflows:
|
|
|
113
113
|
* Hourly scheduled workflow runs in `verify-distribution.yml`
|
|
114
114
|
* Uses `reusable-verify-distribution.yml`
|
|
115
115
|
* Verifies the provenance of the plugin on WordPress.org
|
|
116
|
+
* Verifies the `api.wordpress.org` response for the plugin info
|
|
117
|
+
* Fetches and updates the DID PLC log
|
|
116
118
|
|
|
117
119
|
## Licence
|
|
118
120
|
|