Skip to content

Commit 697ae3d

Browse files
committed
docs: information about releases
1 parent 2e78893 commit 697ae3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -547,3 +547,13 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
547547
3. Install dependencies: `npm install`
548548
4. Build: `npm run build`
549549
5. Run `npm run local` after any change to test it
550+
551+
### Releases
552+
553+
```bash
554+
npm version <major | minor | patch> -m "Upgrade to %s"
555+
```
556+
557+
- https://docs.npmjs.com/cli/v11/commands/npm-version
558+
559+
The "major tag" (ex: `v6`) should be deleted and then recreated manually.

0 commit comments

Comments
 (0)