From 697ae3d9654e3d30be27fc044dfa443589a45faa Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 9 Feb 2025 02:31:53 +0100 Subject: [PATCH] docs: information about releases --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6ccbd02..3316e2e 100644 --- a/README.md +++ b/README.md @@ -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 -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.