From fe2e0ca1fc6a9eca1e281e873392cc2b22b02ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Fri, 30 Jun 2023 17:18:04 +0200 Subject: [PATCH] build(ngx-jodit-pro): fix project.json configuration --- libs/ngx-jodit-pro/CHANGELOG.md | 0 libs/ngx-jodit-pro/project.json | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 libs/ngx-jodit-pro/CHANGELOG.md diff --git a/libs/ngx-jodit-pro/CHANGELOG.md b/libs/ngx-jodit-pro/CHANGELOG.md new file mode 100644 index 0000000..e69de29 diff --git a/libs/ngx-jodit-pro/project.json b/libs/ngx-jodit-pro/project.json index 4322532..fc5bb5a 100644 --- a/libs/ngx-jodit-pro/project.json +++ b/libs/ngx-jodit-pro/project.json @@ -46,10 +46,9 @@ "options": { "preset": "angular", "postTargets": [ - "semver:github" + "ngx-jodit-pro:github" ], - "baseBranch": "v2.x", - "commitMessageFormat": "chore(${projectName}): release version ${version}" + "baseBranch": "v2.x" } }, "github": {