We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fc706 commit 1cabec0Copy full SHA for 1cabec0
2 files changed
.github/workflows/publish.yml
@@ -24,4 +24,4 @@ jobs:
24
registry-url: 'https://registry.npmjs.org'
25
- run: pnpm install --frozen-lockfile
26
- run: pnpm build
27
- - run: npm publish --access public
+ - run: npm publish --access public --provenance
DEVELOPERS.md
@@ -0,0 +1,7 @@
1
+## Publishing
2
+
3
+just push a new tag using e.g.
4
5
+```
6
+pnpm version minor
7
0 commit comments