Skip to content

Commit

Permalink
docs: information about releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 9, 2025
1 parent 2e78893 commit 697ae3d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,3 +547,13 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
3. Install dependencies: `npm install`
4. Build: `npm run build`
5. Run `npm run local` after any change to test it

### Releases

```bash
npm version <major | minor | patch> -m "Upgrade to %s"
```

- https://docs.npmjs.com/cli/v11/commands/npm-version

The "major tag" (ex: `v6`) should be deleted and then recreated manually.

0 comments on commit 697ae3d

Please sign in to comment.