@qorejs/qore 1.0.0-rc.3 → 1.0.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -580,7 +580,7 @@ Because the package already includes the correct `repository` field in `package.
|
|
|
580
580
|
|
|
581
581
|
## Release Checklist
|
|
582
582
|
|
|
583
|
-
The canonical release checklist lives in [`RELEASE.md`](./RELEASE.md). You can generate the current version's GitHub release body with `npm run release:notes
|
|
583
|
+
The canonical release checklist lives in [`RELEASE.md`](./RELEASE.md). You can generate the current version's GitHub release body with `npm run release:notes`, and GitHub Actions publishes with npm provenance enabled.
|
|
584
584
|
|
|
585
585
|
For every release candidate or stable release, the minimum local gate is:
|
|
586
586
|
|