@desplega.ai/agent-fs 0.12.0 → 0.13.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 CHANGED
@@ -146,11 +146,13 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for the full development guide.
146
146
 
147
147
  ## Releasing
148
148
 
149
- 1. Update `version` in root `package.json`
150
- 2. Commit the version bump
151
- 3. Run `./scripts/release.sh`
149
+ Releases are automatic — a version change landing on `main` tags and publishes.
152
150
 
153
- This creates a git tag and pushes it, triggering the release workflow which publishes to npm and creates a GitHub Release.
151
+ ```bash
152
+ ./scripts/release.sh 0.13.0
153
+ ```
154
+
155
+ See [RELEASING.md](./RELEASING.md) for the full process, version-sync rules, and recovery steps.
154
156
 
155
157
  ## Deploy to Fly.io
156
158