From 6480658df2892569bc273a43de6f96f24be4fbae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20B=C3=A4ume?= <julian.baeume@open-xchange.com> Date: Fri, 6 May 2022 12:12:10 +0200 Subject: [PATCH] make sure links in changelog are not replaced twice this now happens directly in the release-it script, so no need to configure it a second time in package.json --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index f64d7fc..2fedc1c 100644 --- a/package.json +++ b/package.json @@ -57,10 +57,5 @@ "classNameTemplate": "{classname}", "titleTemplate": "{title}", "outputDirectory": "output/" - }, - "auto-changelog": { - "replaceText": { - "([A-Z]+-\\d+)": "[`$1`](https://jira.open-xchange.com/browse/$1)" - } } } -- GitLab