Skip to content

Commit e162a29

Browse files
committed
remove redundant info on gh publishing
1 parent ac1671f commit e162a29

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -658,13 +658,8 @@ npm test
658658

659659
- The repository keeps `package.json` at `0.0.0-development`; release tags control the published version.
660660
- Create a GitHub release with a semantic tag (e.g. `v2.1.0`). Publishing only runs for non-prerelease tags.
661-
- Add an `NPM_TOKEN` repository secret with publish rights. The release workflow uses it to authenticate and calls `npm publish`.
662661
- The workflow (`.github/workflows/publish.yml`) automatically installs dependencies, rewrites the package version from the tag, and runs the standard publish pipeline.
663662

664-
**Private distribution options**
665-
- Unscoped packages on npm must be public. To keep this package private, re-scope it (e.g. `@your-org/aac-processors`) and configure `publishConfig.access: "restricted"`—this requires an npm org with paid seats.
666-
- Alternatively, publish to GitHub Packages by adjusting the workflow’s registry URL and using a `GITHUB_TOKEN` with the `packages: write` permission.
667-
668663
---
669664

670665
## 📄 License

0 commit comments

Comments
 (0)