We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4fcab commit 06c5f1eCopy full SHA for 06c5f1e
README.md
@@ -31,7 +31,7 @@ We use [docsify](https://docsify.js.org/) to serve the documentation landing pag
31
### Publishing
32
33
```bash
34
-npm version
+npm version (patch|minor|major) # chose the right version bump based on the changes, see https://semver.org
35
# after merging the new version to master
36
npm login
37
npm publish
0 commit comments