@iota-uz/sdk 0.4.27 → 0.4.29

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
@@ -81,9 +81,11 @@ applet secrets delete --name <applet> --key OPENAI_API_KEY
81
81
 
82
82
  ### Release flow
83
83
 
84
- 1. Publish SDK changes from `applets/` (bump `applets/package.json` version and release).
85
- 2. Upgrade consumers (`eai/back`, applet web packages, etc.) to the published version.
86
- 3. Commit only version upgrades in consumer repos; never commit local-link overrides.
84
+ 1. Publish SDK changes from `applets/` (bump `applets/package.json` version).
85
+ 2. Create and push a tag `iota-sdk-v<version>` where `<version>` exactly matches
86
+ `applets/package.json`. This triggers `publish-npm.yml`.
87
+ 3. Upgrade consumers (`eai/back`, applet web packages, etc.) to the published version.
88
+ 4. Commit only version upgrades in consumer repos; never commit local-link overrides.
87
89
 
88
90
  ---
89
91