File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,9 +26,13 @@ On push to `master`, the `release` job runs `changesets/action`:
2626
2727### One-time setup
2828
29- - Add an ` NPM_TOKEN ` repo secret (granular automation token with publish rights
30- to the ` scrolloop ` package and the ` @scrolloop ` scope), or configure npm
31- ** Trusted Publishing** (OIDC) per package — ` release ` already has ` id-token: write ` .
29+ - The ` NPM_TOKEN ` repo secret already exists (the previous publish flow used it).
30+ Before the first scoped release, ** verify it can publish the new ` @scrolloop `
31+ scope** — the old flow only published the single ` scrolloop ` package, so a
32+ package-scoped/granular token may need the ` @scrolloop ` scope (and its org)
33+ granted. A classic automation token covers everything you own.
34+ (Alternatively, configure npm ** Trusted Publishing** (OIDC) per package —
35+ ` release ` already has ` id-token: write ` .)
3236- First release: package versions are set directly to ` 1.0.0 ` (no changeset),
3337 so ` changesets/action ` publishes them on the first master push. ` scrolloop `
3438 goes ` 0.5.2 → 1.0.0 ` ; the ` @scrolloop/* ` adapters are published fresh at
You can’t perform that action at this time.
0 commit comments