Skip to content

Commit

Permalink
chore(repo): set flag
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Sep 20, 2023
1 parent 9915c72 commit fad96ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nx-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const LARGE_BUFFER = 1024 * 1000000;

runNxReleaseVersion();

let changelogCommand = `pnpm nx release changelog ${options.version} --interactive`;
let changelogCommand = `pnpm nx release changelog ${options.version} --tagVersionPrefix="" --interactive`;
if (options.from) {
changelogCommand += ` --from ${options.from}`;
}
Expand Down

0 comments on commit fad96ba

Please sign in to comment.