Skip to content

Commit 1bba8e8

Browse files
committed
docs: broken link in contributing guide
1 parent 90c8b30 commit 1bba8e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,18 @@ Run the following command:
7171
```bash
7272
git checkout master
7373
git 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
8282
The 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

0 commit comments

Comments
 (0)