Skip to content

Commit fa9c870

Browse files
committed
Update contributing.md
1 parent 68c7671 commit fa9c870

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Publishing a new version
22

3-
This repository uses `npm` provided provenance using GitHub Actions, please update the version in `package.json` using an appropriate tag and create a release using GitHub, the `.github/workflows/provenance.yml` action should publish it to `npm` from there.
3+
This repository uses `pnpm` and npm provenance through GitHub Actions. To publish a new version:
4+
5+
1. Update the version in `package.json`
6+
2. Create a release using GitHub with an appropriate tag
7+
3. The `.github/workflows/provenance.yml` action will automatically publish it to npm

0 commit comments

Comments
 (0)