Commit 3ff75b1
Point RELEASE.md at the CodeTruss organisation (#36)
The CLI repository moved to the `CodeTruss` organisation on 2026-08-07 and
the npm trusted publisher was reconfigured to match, but docs/RELEASE.md
still named the pre-transfer `DeliriumPulse` account in two places, so both
instructions it printed were wrong.
The attestation command in the "GitHub release" section failed outright:
$ gh attestation verify codetruss-cli-0.2.43.tgz --repo DeliriumPulse/codetruss-cli
Error: verifying with issuer "sigstore.dev" # exit 1
$ gh attestation verify codetruss-cli-0.2.43.tgz --repo CodeTruss/codetruss-cli
exit 0
`packages/cli/scripts/release-metadata.mjs` already records that the
transferred `--repo DeliriumPulse/…` slug returns HTTP 404 and must never be
advertised, and test-release-verifier.mjs asserts the generator never emits
it. That guard covers the generated manifest but not this hand-written page,
which contradicted it.
The npm trusted-publisher step named the wrong organisation too. Published
provenance for 0.2.41 records the publisher as
`https://github.com/CodeTruss/codetruss-cli`, workflow `publish-npm.yml` on
`refs/heads/main`, so anyone auditing npm settings against this page would
have looked for an account that no longer owns the repository.
Documentation only: no workflow, generator, or release logic is touched.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 7440956 commit 3ff75b1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments