eslint / js

Monorepo for the JS language tools.
BSD 2-Clause "Simplified" License
2.29k stars 196 forks source link

ci: generate provenance statements when release #579

Closed kecrily closed 1 year ago

kecrily commented 1 year ago

Using npm publish --provenance, you can show the provenance in npmjs, making the whole process more transparent and easier to audit.

image

You can see the provenance at semver on npmjs

Ref Generating provenance statements | npm Docs

kecrily commented 1 year ago

I will extend it to all packages under eslint