Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Oct 8, 2024
1 parent 4eb7488 commit a58725b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/changelog/parsePRDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const parsePRDescription = (description: string): ParseResult => {
continue
}
i++
// either a single text paragraph or a list
// either a single text paragraph or a list.
const sectionLines = []
while (i < lines.length && lines[i].match(/^( *\w|-[\w ]|\*[\w ]|\s*$)/)) {
sectionLines.push(lines[i])
Expand Down

0 comments on commit a58725b

Please sign in to comment.