Skip to content

Commit 7cad3b5

Browse files
committed
docs: add publishing guide
1 parent 9bd3f3d commit 7cad3b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing to Loco CLI
2+
3+
## Publish a new version
4+
5+
1. Update the version in `package.json`: `npm version <major|minor|patch>`
6+
2. Run `yarn build`
7+
3. Run `npm publish`

0 commit comments

Comments
 (0)