@switchbot/openapi-cli 3.2.0 → 3.2.2

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 (3) hide show
  1. package/README.md +3 -1
  2. package/dist/index.js +429 -26
  3. package/package.json +9 -5
package/README.md CHANGED
@@ -894,7 +894,7 @@ Queries the npm registry for the latest published version and compares it agains
894
894
 
895
895
  ```json
896
896
  {
897
- "current": "3.2.1",
897
+ "current": "3.2.2",
898
898
  "latest": "4.0.0",
899
899
  "upToDate": false,
900
900
  "updateAvailable": true,
@@ -1219,6 +1219,8 @@ git push --follow-tags
1219
1219
 
1220
1220
  Then on GitHub → **Releases → Draft a new release → select tag → Publish**. The `publish.yml` workflow runs tests, verifies the tag matches `package.json`, and publishes `@switchbot/openapi-cli` to npm with [provenance](https://docs.npmjs.com/generating-provenance-statements).
1221
1221
 
1222
+ See [`docs/release-pipeline.md`](./docs/release-pipeline.md) for the full pre-publish and post-publish verification flow (local hooks → CI → `publish.yml` → `npm-published-smoke.yml`).
1223
+
1222
1224
  ## License
1223
1225
 
1224
1226
  [MIT](./LICENSE) © chenliuyun