@johnbillion/plugin-infrastructure 2.1.7 → 2.3.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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,8 @@ Provided without support, warranty, guarantee, backwards compatibility, fitness
22
22
  * Workflow file linting
23
23
  * Deployment to WordPress.org
24
24
  * GitHub milestone management
25
- * Build provenance attestation
25
+ * FAIR metadata generation
26
+ * GitHub build provenance attestation
26
27
  * SLSA v1.0 Build level 3 facilitation
27
28
  * Ongoing supply chain assurance
28
29
 
@@ -95,10 +96,11 @@ Plugins that use this library all use a similar setup in their workflows:
95
96
  * Uses `johnbillion/action-wordpress-plugin-attestation`
96
97
  * Fetches the zip from WordPress.org
97
98
  * Generates a build provenance attestation if the zip contents matches the build
99
+ * Generates FAIR metadata for the release and opens a PR with the changes
98
100
 
99
101
  ### Packagist
100
102
 
101
- * Happens automatically with each release via the auto-update mechanism on Packagist.org.
103
+ * Happens automatically with each release via the auto-update mechanism on Packagist.org
102
104
  * Always identical to the version deployed to WordPress.org
103
105
 
104
106
  ### GitHub
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@johnbillion/plugin-infrastructure",
3
- "version": "2.1.7",
3
+ "version": "2.3.0",
4
4
  "description": "Shared utilities for WordPress plugin development",
5
5
  "license": "MIT",
6
6
  "author": "John Blackbourn",