Skip to content

0.4.12

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 29 Aug 23:12
75f60bc

Allow whitespace when finding commit messages (#47)

Allow whitespace after the opening tag and before the closing tag that
delimit commit messages in a PR body. Also place the regexp in
multi-line mode and use ^ and $ to match the start and end of lines
instead of the literal \r\n string.