We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ae177 commit 7bd12d5Copy full SHA for 7bd12d5
scripts/changelog.js
@@ -276,9 +276,7 @@ const generateRelease = async (args) => {
276
// so we try to grab it from the end of the commit title
277
// since thats where it goes by default
278
const [, titleNumber] = title.match(/\s+\(#(\d+)\)$/) || []
279
- console.log(prs, titleNumber)
280
if (titleNumber && !prs.find((pr) => pr.number === +titleNumber)) {
281
- console.log('no title')
282
try {
283
// it could also reference an issue so we do one extra check
284
// to make sure it is really a pr that has been merged
0 commit comments