Skip to content

Commit

Permalink
fix(semver): generate files correctly
Browse files Browse the repository at this point in the history
Fixes #739
  • Loading branch information
edbzn committed Oct 15, 2023
1 parent 4d13be2 commit 2fe4e45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function createChangelog(tree: Tree, libraryRoot: string) {
}
generateFiles(
tree,
joinPathFragments(__dirname, '../__files'), // path to the file templates
joinPathFragments(__dirname, '../files'), // path to the file templates
libraryRoot,
{},
);
Expand Down

0 comments on commit 2fe4e45

Please sign in to comment.