Skip to content

Commit 06c5f1e

Browse files
committed
docs: update version bump instructions in readme
1 parent 7c4fcab commit 06c5f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We use [docsify](https://docsify.js.org/) to serve the documentation landing pag
3131
### Publishing
3232

3333
```bash
34-
npm version
34+
npm version (patch|minor|major) # chose the right version bump based on the changes, see https://semver.org
3535
# after merging the new version to master
3636
npm login
3737
npm publish

0 commit comments

Comments
 (0)