From f5c9c1f894ecbfc89a05159bc6af1619cf9a4480 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 04:03:51 +0000 Subject: [PATCH] chore: version packages --- .changeset/metadata-cli-discoverability.md | 11 ----------- .changeset/put-auto-gh-metadata.md | 12 ----------- packages/uploads/CHANGELOG.md | 23 ++++++++++++++++++++++ packages/uploads/package.json | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 .changeset/metadata-cli-discoverability.md delete mode 100644 .changeset/put-auto-gh-metadata.md diff --git a/.changeset/metadata-cli-discoverability.md b/.changeset/metadata-cli-discoverability.md deleted file mode 100644 index ab498e4..0000000 --- a/.changeset/metadata-cli-discoverability.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@buildinternet/uploads": patch ---- - -Metadata discoverability polish: `uploads find` / `list --meta` now print each -match's matched metadata inline in human output (as `LIST_HELP` already -promised, previously only in `--json`); `uploads meta get` on an object with no -metadata prints a `(no metadata)` note to stderr instead of nothing; and -`uploads attach` prints a `find these later: uploads find gh.ref=…` hint so its -auto-written `gh.*` metadata is discoverable. README now lists the stdio MCP -`set_metadata`/`find_files` tools and the `put`/`attach` `metadata` param. diff --git a/.changeset/put-auto-gh-metadata.md b/.changeset/put-auto-gh-metadata.md deleted file mode 100644 index a187f76..0000000 --- a/.changeset/put-auto-gh-metadata.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@buildinternet/uploads": minor ---- - -`uploads put` now stamps the four `gh.*` metadata pairs whenever it has a -GitHub target, so screenshots hosted on the default `screenshots/…` path get an -"Attached to" link on their `/f/` page. On by default: with `--pr`/`--issue` -the explicit target is used (previously the stable key was written without -metadata); otherwise `put` resolves the current branch's PR (or classifies a -numeric `--ref` as pull vs issue) via `gh`. Disable with `--no-auto`, -`--no-git`, or `UPLOADS_NO_AUTO_META=1`. Resolution is best-effort — a missing -`gh`, no PR, or an API error uploads normally without metadata. diff --git a/packages/uploads/CHANGELOG.md b/packages/uploads/CHANGELOG.md index 6ac1ef1..a76597c 100644 --- a/packages/uploads/CHANGELOG.md +++ b/packages/uploads/CHANGELOG.md @@ -1,5 +1,28 @@ # @buildinternet/uploads +## 0.9.0 + +### Minor Changes + +- d67c093: `uploads put` now stamps the four `gh.*` metadata pairs whenever it has a + GitHub target, so screenshots hosted on the default `screenshots/…` path get an + "Attached to" link on their `/f/` page. On by default: with `--pr`/`--issue` + the explicit target is used (previously the stable key was written without + metadata); otherwise `put` resolves the current branch's PR (or classifies a + numeric `--ref` as pull vs issue) via `gh`. Disable with `--no-auto`, + `--no-git`, or `UPLOADS_NO_AUTO_META=1`. Resolution is best-effort — a missing + `gh`, no PR, or an API error uploads normally without metadata. + +### Patch Changes + +- 528d895: Metadata discoverability polish: `uploads find` / `list --meta` now print each + match's matched metadata inline in human output (as `LIST_HELP` already + promised, previously only in `--json`); `uploads meta get` on an object with no + metadata prints a `(no metadata)` note to stderr instead of nothing; and + `uploads attach` prints a `find these later: uploads find gh.ref=…` hint so its + auto-written `gh.*` metadata is discoverable. README now lists the stdio MCP + `set_metadata`/`find_files` tools and the `put`/`attach` `metadata` param. + ## 0.8.0 ### Minor Changes diff --git a/packages/uploads/package.json b/packages/uploads/package.json index 47a9560..ec0589d 100644 --- a/packages/uploads/package.json +++ b/packages/uploads/package.json @@ -1,6 +1,6 @@ { "name": "@buildinternet/uploads", - "version": "0.8.0", + "version": "0.9.0", "description": "CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds", "type": "module", "sideEffects": false,