We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607e475 commit a626ba8Copy full SHA for a626ba8
1 file changed
scripts/release.js
@@ -173,7 +173,7 @@ async function getReleaseNotes() {
173
const result = [];
174
175
for (const line of lines) {
176
- if (line.match(new RegExp(`^## \\[${version}\\]`))) {
+ if (line.match(new RegExp(`^## \[${version}\]`))) {
177
capturing = true;
178
result.push(line);
179
} else if (line.match(/^## \[/) && capturing) {
0 commit comments