From 05a66b11bc89914c6901e2baf67179ec2e2615d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 16 Oct 2022 19:48:25 +0200 Subject: [PATCH] Add script for doing a release MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a42383da..9444f9f5 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "lint:report": "eslint . --cache --format json --output-file reports/eslint.json", + "release": "release-it", "typedoc": "typedoc", "sonar:properties": "./updateSonarProps.sh", "prepublishOnly": "npm run build:prod" -- 2.34.1