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 296f26b commit 280794dCopy full SHA for 280794d
README.md
@@ -43,6 +43,6 @@ npm install /path/to/package-x.y.z.tgz
43
To make a new version and publish to npm via GitHub Actions:
44
45
```bash
46
-npm version <patch/minor/major>
+npm version <major/minor/patch>
47
git push --follow-tags
48
```
0 commit comments