Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/danielroe/uppt. A composite GitHub Action that turns conventional commits into a draft release PR, tags the PR on merge, and stages publishing to npm via OIDC
···10101111### Set up your package for trusted publishing on npmjs.com
12121313-1. Visit `https://npmjs.com/<package-name>/settings` and add a new trusted publisher entry, pointing at your repo and the `release.yml` workflow, with the `npm stage publish` permission chip. Set the 'Environment name' to 'npm'. In a monorepo, repeat this once per published package, pointing each entry at the same workflow and environment.
1313+1. Visit `https://npmjs.com/package/<package-name>/access` and add a new trusted publisher entry, pointing at your repo and the `release.yml` workflow, with the `npm stage publish` permission chip. Set the 'Environment name' to 'npm'. In a monorepo, repeat this once per published package, pointing each entry at the same workflow and environment.
14141515> [!NOTE]
1616> [Staged publishing](https://docs.npmjs.com/staged-publishing/) requires you to approve the publish before it goes live.