Skip to content

Commit

Permalink
revert(commands): testing code in commit 2b3a452
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus7474 committed Dec 13, 2024
1 parent 171c925 commit bd08abb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/patchnotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit bd08abb

Please sign in to comment.