Skip to content

Commit b43db28

Browse files
committed
docs: correct npm owner account
1 parent 89e0958 commit b43db28

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

RELEASING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ artifacts. Authorized maintainers must supply or approve:
6767
- Changes to the canonical identity and contact values listed above
6868
- Repository creation and visibility, branch/tag protections, environments,
6969
secrets, and environment approval policies
70-
- npm package ownership for the maintainer-confirmed `cometapi-team` account
70+
- npm package ownership for the maintainer-confirmed `cometapi_dev` account
7171
and Trusted Publisher configuration
7272
- A `COMETAPI_KEY`, request budget, and explicit authorization for live smoke
7373
tests
@@ -79,7 +79,7 @@ corresponding release gate. Do not invent it or replace it with a mock.
7979

8080
The `cometapi` package exists in the public registry. Registry Alpha owner
8181
evidence is complete only when `npm owner ls cometapi` lists the
82-
maintainer-confirmed `cometapi-team` account; until then this remains a Registry
82+
maintainer-confirmed `cometapi_dev` account; until then this remains a Registry
8383
Alpha prerequisite.
8484

8585
For the current Public Preview milestone, private topic pushes, pull requests,
@@ -302,11 +302,11 @@ dist-tag. Before authorizing release:
302302
company-controlled owner and verifies the resulting owner list:
303303

304304
```bash
305-
npm owner add cometapi-team cometapi
305+
npm owner add cometapi_dev cometapi
306306
npm owner ls cometapi
307307
```
308308

309-
Record evidence that the output lists `cometapi-team`; Registry Alpha owner
309+
Record evidence that the output lists `cometapi_dev`; Registry Alpha owner
310310
setup is incomplete until it does.
311311

312312
12. Install `cometapi@next` from npm and run an independent import and mocked

0 commit comments

Comments
 (0)