release notes found should not include heading

This commit is contained in:
2026-09-14 14:27:44 +02:00
parent 97c8a7f0b7
commit b36aed3edd
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
return '';
}
const section = stripIgnoredContent(match[2] || '');
return section;
return section.trim();
};
/**