Skip to content

Commit

Permalink
updating error log for 'handleChangelogEntriesParsing' util function
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Valdes Gutierrez <[email protected]>
  • Loading branch information
BigSamu committed Apr 3, 2024
1 parent d799248 commit 27348aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/handlers.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const handleChangelogEntriesParsing = async (
return changesetEntriesMap;
} catch (error) {
console.error(
`Error during parsing changelog entries for ${changesetCreationMode} changeset creation.`
`Error during parsing process of changelog entries in PR #${prData.prNumber}.`
);
const commentInput = error;
await handlePullRequestComment(
Expand Down

0 comments on commit 27348aa

Please sign in to comment.