@buildinternet/releases 0.62.1 → 0.64.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.
Files changed (2) hide show
  1. package/README.md +17 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -5,10 +5,11 @@
5
5
  [![Test](https://github.com/buildinternet/releases-cli/actions/workflows/test.yml/badge.svg)](https://github.com/buildinternet/releases-cli/actions/workflows/test.yml)
6
6
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
7
7
  [![skills.sh](https://skills.sh/b/buildinternet/releases-cli)](https://skills.sh/buildinternet/releases-cli)
8
+ [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/buildinternet/releases-cli)
8
9
 
9
10
  The changelog & release-notes registry for developers and AI agents — a lean HTTP client for [releases.sh](https://releases.sh). Search and browse release notes from GitHub, RSS/Atom/JSON feeds, and product changelog pages, with no local infrastructure.
10
11
 
11
- The CLI talks to the hosted registry at `api.releases.sh`. **Search and browse work out of the box — no account or config.** Sign in with `releases login` to follow orgs and products and get a personalized feed; it mints a personal **read-only** API key (and earns you higher rate limits as those roll out). Write/admin access (`releases admin …`) is a separate, closed beta — open an issue for early access.
12
+ The CLI talks to the hosted registry at `api.releases.sh`. **Search and browse work out of the box — no account or config.** Sign in with `releases login` to follow orgs and products, get a personalized feed, and manage outbound webhooks; it mints a personal **read-only** API key (and earns you higher rate limits as those roll out). Write/admin access (`releases admin …`) is a separate, closed beta — open an issue for early access.
12
13
 
13
14
  ## Install
14
15
 
@@ -53,6 +54,20 @@ releases unfollow vercel
53
54
 
54
55
  Following an organization includes all of its products.
55
56
 
57
+ ### Outbound webhooks
58
+
59
+ Receive signed `release.created` POSTs in real time — for everything you follow or a single org:
60
+
61
+ ```bash
62
+ releases webhook add --scope follows --url https://your.app/hook
63
+ releases webhook add --org vercel --url https://your.app/hook --description "prod"
64
+ releases webhook list
65
+ releases webhook test <id>
66
+ releases webhook verify --key … --signature … --timestamp … --body-file capture.json
67
+ ```
68
+
69
+ Org-scoped: up to 10 (`--org`, optional `--source`, `--product`, `--type feature|rollup`). Follows-scoped: one webhook (`--scope follows`) that tracks your current follow graph; optional `--type` narrows delivery. Signing keys are shown once on `add` / `rotate-secret`. You can also manage webhooks in the browser at [releases.sh/account/notifications](https://releases.sh/account/notifications). Operator/admin webhooks (`releases admin webhook …`) are a separate root-key surface.
70
+
56
71
  ### Contribute to the registry
57
72
 
58
73
  Neither needs an account or API key:
@@ -88,7 +103,7 @@ releases skills install # or, without the CLI: npx skills add buildintern
88
103
 
89
104
  ## Authentication
90
105
 
91
- Search and browse need no auth. Signing in is what powers the personal touches — **following orgs/products and your customized feed** — and mints a personal **read-only** key (it can't write or administer anything; it just identifies you, and unlocks higher rate limits as those land). The easiest way in is your browser — nothing to copy or paste:
106
+ Search and browse need no auth. Signing in powers the personal surfaces — **follows, feed, and outbound webhooks** — and mints a personal **read-only** key (it can't write to the catalog or run `admin` commands; it identifies you for `/v1/me/*` account routes). The easiest way in is your browser — nothing to copy or paste:
92
107
 
93
108
  ```bash
94
109
  releases login # opens your browser to approve, then saves the key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buildinternet/releases",
3
- "version": "0.62.1",
3
+ "version": "0.64.0",
4
4
  "description": "The changelog & release-notes registry for developers and AI agents",
5
5
  "bin": {
6
6
  "releases": "bin/releases"
@@ -13,11 +13,11 @@
13
13
  "README.md"
14
14
  ],
15
15
  "optionalDependencies": {
16
- "@buildinternet/releases-darwin-arm64": "0.62.1",
17
- "@buildinternet/releases-darwin-x64": "0.62.1",
18
- "@buildinternet/releases-linux-x64": "0.62.1",
19
- "@buildinternet/releases-linux-arm64": "0.62.1",
20
- "@buildinternet/releases-windows-x64": "0.62.1"
16
+ "@buildinternet/releases-darwin-arm64": "0.64.0",
17
+ "@buildinternet/releases-darwin-x64": "0.64.0",
18
+ "@buildinternet/releases-linux-x64": "0.64.0",
19
+ "@buildinternet/releases-linux-arm64": "0.64.0",
20
+ "@buildinternet/releases-windows-x64": "0.64.0"
21
21
  },
22
22
  "keywords": [
23
23
  "changelog",