We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961c67f commit c4a0ee3Copy full SHA for c4a0ee3
contributing.md
@@ -0,0 +1,11 @@
1
+## Publishing
2
+
3
+We really should automate publishing, but to document how it's done manually:
4
5
+1. Update the version in `package.json` and `package-lock.json` to the new version and merge that to main.
6
+2. run `yarn install && yarn build && npm publish`
7
+3. run `git tag v<version> && git push --tags`
8
+4. create a release on github with the same tag.
9
10
+steps 3 and 4 are not strictly necessary, but it's nice to have the github in sync with npm.
11
0 commit comments