From aa4dc1500d0b121558053c69c115acb49a991a07 Mon Sep 17 00:00:00 2001 From: Dafnik Date: Thu, 2 Feb 2023 23:55:14 +0100 Subject: [PATCH] fix(dfx-helper): remove semver shoutout --- libs/dfx-helper/project.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/dfx-helper/project.json b/libs/dfx-helper/project.json index b48a342e..16104ce2 100644 --- a/libs/dfx-helper/project.json +++ b/libs/dfx-helper/project.json @@ -36,7 +36,10 @@ } }, "version": { - "executor": "@jscutlery/semver:version" + "executor": "@jscutlery/semver:version", + "options": { + "changelogHeader": " " + } } }, "tags": []