Skip to content

Commit

Permalink
Updated releases to include new text from github. (#244)
Browse files Browse the repository at this point in the history
* Updated releases to include new text from github.
  • Loading branch information
jthoms1 authored Oct 27, 2023
1 parent 4909d30 commit d437b4d
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion scripts/changelog-release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function formatReleases(releases, repo, productTitle, pageUrl) {
function cleanupMarkdown(markdown) {
return (
markdown
.replace(/(?:\r\n)+/g, "\n")
.replace(/\r\n/g, "\n")
// Change to smaller header
.replace(/## What's Changed\n/g, "### What's Changed\n")
// Remove the New Contributors line header
Expand Down
Loading

0 comments on commit d437b4d

Please sign in to comment.