polydiff 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,7 +99,9 @@ GitHub Actions runs every check on Linux, Windows, and macOS against Node 22 and
|
|
|
99
99
|
|
|
100
100
|
Commits follow [Conventional Commits](https://www.conventionalcommits.org). release-please watches `main`, keeps a release pull request open with the next version and the generated `CHANGELOG.md`, and tags the release when that pull request merges. `feat:` moves the minor version while the project is below 1.0, `fix:` moves the patch, and `ci:`, `chore:`, `test:` and `build:` stay out of the changelog.
|
|
101
101
|
|
|
102
|
-
Publishing
|
|
102
|
+
Publishing happens in the same workflow run that creates the release, over OIDC through npm's trusted publishing, so no token is stored anywhere.
|
|
103
|
+
|
|
104
|
+
`main` blocks force pushes and deletions, and every check must be green before a pull request merges. Release pull requests are opened by `github-actions[bot]`, which is not a collaborator, so their checks wait on one "Approve and run" click before the merge button unblocks.
|
|
103
105
|
|
|
104
106
|
## License
|
|
105
107
|
|
package/package.json
CHANGED