mealie-mcp 0.2.5 → 0.2.7
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 +4 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -270,10 +270,9 @@ This repo ships two GitHub Actions workflows:
|
|
|
270
270
|
|
|
271
271
|
- **CI** (`.github/workflows/ci.yml`) — runs type-check, build and tests on every
|
|
272
272
|
pull request (and on non-`main` branch pushes) across Node 18/20/22.
|
|
273
|
-
- **Release** (`.github/workflows/release.yml`) — on every push/merge to `main
|
|
274
|
-
builds and tests,
|
|
275
|
-
notes) and publishes to npm
|
|
276
|
-
a release, bump `version` in `package.json` in your PR; merging it ships the release.
|
|
273
|
+
- **Release** (`.github/workflows/release.yml`) — on every push/merge to `main` that touches source files,
|
|
274
|
+
builds and tests, auto-bumps the patch version, creates a GitHub Release `v<version>` (with auto-generated
|
|
275
|
+
notes), and publishes to npm.
|
|
277
276
|
|
|
278
277
|
### Publishing to npm (Trusted Publishing / OIDC)
|
|
279
278
|
|
|
@@ -297,7 +296,7 @@ there is a **one-time bootstrap** for the first ever publish:
|
|
|
297
296
|
- **Repository:** `mealie-mcp`
|
|
298
297
|
- **Workflow filename:** `release.yml`
|
|
299
298
|
- **Environment:** *(leave blank)*
|
|
300
|
-
3. From then on, **every merge to `main`
|
|
299
|
+
3. From then on, **every merge to `main` that touches source files auto-bumps the patch version and publishes
|
|
301
300
|
automatically** over OIDC — no tokens, no manual steps.
|
|
302
301
|
|
|
303
302
|
> Requirements (handled by the workflow): `id-token: write` permission, Node
|