Skip to content

Commit 39e0395

Browse files
committed
docs: add publish steps
1 parent 89c0e4c commit 39e0395

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ Run via `yarn benchmark`. Measured on Macbook Pro 13" with M1 processor.
4747
~330 kb split by 1 mb with unicodeAware x 34.99 ops/sec ±0.91% (61 runs sampled)
4848
```
4949

50+
## Publish
51+
52+
```sh
53+
$ git checkout master
54+
$ yarn version
55+
$ yarn publish
56+
$ git push origin master --tags
57+
```
58+
5059
## License
5160

5261
MIT © [Shelf](https://shelf.io)

0 commit comments

Comments
 (0)