Skip to content

Commit c4a0ee3

Browse files
authored
publishing docs (#207)
1 parent 961c67f commit c4a0ee3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

contributing.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)