We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e78893 commit 697ae3dCopy full SHA for 697ae3d
README.md
@@ -547,3 +547,13 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
547
3. Install dependencies: `npm install`
548
4. Build: `npm run build`
549
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