Skip to content

Commit

Permalink
fix(changelog): revert creation of changelog during run as the table …
Browse files Browse the repository at this point in the history
…is broken
  • Loading branch information
azlam-abdulsalam committed Feb 1, 2024
1 parent 70467d3 commit 5e4cb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sfp-cli/src/impl/changelog/ChangelogImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default class ChangelogImpl {
if(this.isDryRun)
{
const outputHandler:FileOutputHandler = FileOutputHandler.getInstance();
outputHandler.writeOutput('release-changelog.md',marked(new ChangelogMarkdownGenerator(releaseChangelog, this.workItemUrl, 1, false,false).generate()));
outputHandler.writeOutput('release-changelog.md',marked(new ChangelogMarkdownGenerator(releaseChangelog, this.workItemUrl, 1, false,true).generate()));
}


Expand Down

0 comments on commit 5e4cb36

Please sign in to comment.