Skip to content

Commit e39fc8b

Browse files
authored
update contributing docs (#219)
1 parent 2b64849 commit e39fc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
We really should automate publishing, but to document how it's done manually:
44

5-
1. Update the version in `package.json` and `package-lock.json` to the new version and merge that to main.
5+
1. Update the version in `package.json` to the new version and merge that to main.
66
2. run `yarn install && yarn build && npm publish`
77
3. run `git tag v<version> && git push --tags`
88
4. create a release on github with the same tag.

0 commit comments

Comments
 (0)