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 2b64849 commit e39fc8bCopy full SHA for e39fc8b
contributing.md
@@ -2,7 +2,7 @@
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.
+1. Update the version in `package.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.
0 commit comments