File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,18 +71,18 @@ Run the following command:
7171``` bash
7272git checkout master
7373git pull
74- npm version [major | minor | patch] -m " chore: release %s"
74+ npm version [major | minor | patch] -m " chore: release v %s"
7575```
7676
7777> [ !IMPORTANT]
7878>
7979> You may want the version increment to correspond to the last drafted release.
80- > You can use a verison number instead of ` major | minor | patch ` if needed.
80+ > You can use a version number instead of ` major | minor | patch ` if needed.
8181
8282The command does the following:
8383
8484- Run tests (` preversion ` script)
85- - Bumps the version number in [ package.json] ( package.json ) and create
85+ - Bumps the version number in [ package.json] ( ../ package.json) and create
8686 corresponding tag
8787- Stage changes for git (` version ` script)
8888- Commit and tag
You can’t perform that action at this time.
0 commit comments