Skip to content

Commit

Permalink
debugging extraction of markr, prefix and log
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 78985f9 commit 4f6d437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/validators.utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +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 4f6d437

Please sign in to comment.