Skip to content

Commit 95b5350

Browse files
authored
Update README.md
1 parent df83537 commit 95b5350

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,10 @@ To update the output files with your changes, run
5353

5454
`WRITE_GOLDEN=true npm test`
5555

56+
### Publishing Releases
57+
```bash
58+
npm version minor # or major/patch
59+
npm publish
60+
git push --follow-tags
61+
```
5662

0 commit comments

Comments
 (0)