github-tools/github-release-notes

Remove escaping character on regex

alexcanessa opened this issue · 0 comments

Problem spot by eslint.

The RegExp doesn't need the escape character for the . when inside square braces.