From bd08abb381b087834495ddf558d4a9d079c2a938 Mon Sep 17 00:00:00 2001 From: Maximus7474 Date: Fri, 13 Dec 2024 13:01:05 +0100 Subject: [PATCH] revert(commands): testing code in commit 2b3a452 --- src/commands/patchnotes.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/patchnotes.js b/src/commands/patchnotes.js index 88f0b2e..8940021 100644 --- a/src/commands/patchnotes.js +++ b/src/commands/patchnotes.js @@ -56,8 +56,6 @@ function getLatestReleasePatchNotes(callback) { function refactorPatchnoteText(patchnote, version) { - patchnote = `${patchnote}\n\n${patchnote}\n\n${patchnote}`; - const formattedPatchnote = patchnote .replace(/\n\n##/g, '\n##') .replace(/- \*\*(.+?)\*\*: (.+?) \(\[([\w\d]+?)\]\((https:\/\/github.com\/.+?)\)\)/g, (match, scope, description, commit, url) => {