Skip to content

Commit

Permalink
Error found. Removing debugging logs from isValidChangelogEntry
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 971680e commit 3afbdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/validators.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const isValidChangelogEntry = (
totalEntries,
changesetCreationMode
) => {
console.log(changelogEntry.match(ENTRY_FORMATTING_PATTERN_REGEX));

const [, marker, prefix, log] = changelogEntry.match(
ENTRY_FORMATTING_PATTERN_REGEX
);
Expand Down

0 comments on commit 3afbdd9

Please sign in to comment.