From 7b5e55ca601336aecd7bf7b6f317b5147cef1228 Mon Sep 17 00:00:00 2001 From: extg3 Date: Sun, 26 May 2024 02:12:19 +0100 Subject: [PATCH] fix(global): update release command in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 553fc59..374289b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "nx": "nx", "commit": "cz", - "release": "standard-version && git push --follow-tags origin master", + "release": "nx release --skip-publish", "local-registry": "nx run ditto-network:local-registry", "prepare": "husky" },