Commit bfb5e6f
authored
fix: add shouldExtractPrLinks to parseChangelog to populate prNumbers (#159)
After updating to @metamask/auto-changelog v5.1.0 in PR #133, the parseChangelog
function requires the shouldExtractPrLinks option to be set to true in order to
populate the prNumbers array in changelog entries. Without this option, prNumbers
would be empty, causing a runtime error when checking if the current PR number
is included in the changelog entries.
This fix ensures that PR links are properly extracted and validated during the
changelog check process.1 parent 6a04e4d commit bfb5e6f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| 377 | + | |
377 | 378 | | |
378 | 379 | | |
379 | 380 | | |
| |||
0 commit comments