Keyless submit command added; product feed shows cross-source releases
v0.49.0
Minor Changes
-
f57a80e: Add a keyless
releases submit <url>command to suggest a changelog or release-notes source for the registry — the terminal peer of the web submit form. Accepts an optional--noteand--contact, normalizes a missing scheme tohttps://, and supports interactive/stdin input plus--dry-run. Maintainers review the queue via the newreleases admin recommendations list/triage/archive/deleteverbs, mirroring the existingadmin feedbacktriage surface. -
7721a3f: Add
releases latest --product <org/slug>(aliasreleases tail --product) to show one product's cross-source release feed, backed byGET /v1/orgs/:slug/releases?product=. Accepts anorg/slugcoordinate, aprod_…id, or a bare product slug; composes with--count,--since/--until,--include-coverage,--json/--full, and--follow. It can't combine with a[source]argument or--org.The local MCP server's
get_latest_releasestool now filters by product correctly too — previously itsproductargument was misrouted as a source filter, silently returning the wrong results.
Fetched June 11, 2026

