From 9174838b09648ee3d99ae05fd0dba7d3b0ff3e1e Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Mon, 14 Feb 2022 23:00:16 +0530 Subject: [PATCH] chore: added script now whenever you are ready to release new version just type npm run release and see the magic --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c4bac7..6c2f83e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "compile": "tsc", "watch": "tsc -w", "lint": "eslint src/**/*.ts", - "format": "eslint src/**/*.ts --fix" + "format": "eslint src/**/*.ts --fix", + "release": "standard-version && git push --follow-tags" }, "keywords": [], "author": "",