@reddb-io/red-skills 2.78.0 → 2.79.1

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 CHANGED
@@ -28,5 +28,8 @@ cannot live in the tarball; those plugins resolve it separately at runtime.)
28
28
 
29
29
  ## Publishing
30
30
 
31
- This package is published by `.github/workflows/red-release.yml`. Built bundles
32
- are staged into `dist/` by `scripts/prepare.mjs` before `pnpm pack` / publish.
31
+ This package is published by `.github/workflows/red-publish.yml` when a
32
+ `vX.Y.Z` tag is pushed (ADR 0121). Built bundles are staged into `dist/` by
33
+ `scripts/prepare.mjs` before `pnpm pack` / publish. The version comes from the
34
+ tag; `red-release.yml` decided it earlier through the changesets Version
35
+ Packages PR.