Skip to content

Commit ab2df0b

Browse files
committed
chore: do not warn when failing to generate changelog
1 parent 6b80360 commit ab2df0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/report.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function createReport(
4242
content += "\n\n" + changelog;
4343
}
4444
} catch {
45-
actions.warning(`Failed to generate changelog for ${to.name}`);
45+
actions.info(`Failed to generate changelog for ${to.name}`);
4646
}
4747
return content;
4848
}),

0 commit comments

Comments
 (0)