Skip to content

Commit 4202f15

Browse files
committed
README: update examples to v2.0.1
1 parent db2648d commit 4202f15

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Plugins are now distributed as a single binary targeted to a specific platform (
99
- Expected archive name: `PLUGIN-NAME-v<version>-<goos>-<goarch>.zip`
1010
- Inside the archive: the single plugin binary (`.exe` on Windows), an optional `plugin.json` manifest, and a `README.md`.
1111
- Examples:
12-
- `echo-plugin-v1.0.0-windows-amd64.zip`
13-
- `echo-plugin-v1.0.0-linux-amd64.zip`
14-
- `echo-plugin-v1.0.0-darwin-arm64.zip`
12+
- `echo-plugin-v2.0.1-windows-amd64.zip`
13+
- `echo-plugin-v2.0.1-linux-amd64.zip`
14+
- `echo-plugin-v2.0.1-darwin-amd64.zip`
1515

1616
If a user installs a plugin binary for the wrong platform, the host will refuse to start the plugin and display a helpful message indicating the required `GOOS/GOARCH`.
1717

@@ -36,9 +36,9 @@ Or install directly:
3636
When publishing a new plugin release, build and upload one archive per target platform and provide the corresponding checksums. A typical process:
3737

3838
1. Build platform-specific archives (see `plugins/echo/README.md` for examples and scripts):
39-
- `echo-plugin-v2.0.0-windows-amd64.zip`
40-
- `echo-plugin-v2.0.0-linux-amd64.zip`
41-
- `echo-plugin-v2.0.0-darwin-amd64.zip`
39+
- `echo-plugin-v2.0.1-windows-amd64.zip`
40+
- `echo-plugin-v2.0.1-linux-amd64.zip`
41+
- `echo-plugin-v2.0.1-darwin-amd64.zip`
4242
2. Compute SHA-256 checksums and publish alongside the archives.
4343
3. Update `registry.json` to point to the platform-specific archive you intend to distribute for your audience. The host will still validate at runtime and show errors on mismatch.
4444

0 commit comments

Comments
 (0)