Skip to content
Snippets Groups Projects
Commit b5f2a894 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: hasUrls

parent 516f60a2
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,7 @@ async function ensurePr(prConfig) {
continue; // eslint-disable-line no-continue
}
processedUpgrades.push(upgradeKey);
upgrade.hasUrls = !!(upgrade.repositoryUrl || upgrade.homepage);
const logJSON = await changelogHelper.getChangeLogJSON({
manager: upgrade.manager,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment