Skip to content

Commit

Permalink
feat(changelog): display commits in changelog for dryrun
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Jan 17, 2024
1 parent aab8e1f commit 5b34c62
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,true).generate()));
outputHandler.writeOutput('release-changelog.md',marked(new ChangelogMarkdownGenerator(releaseChangelog, this.workItemUrl, 1, false,false).generate()));
}


Expand Down

0 comments on commit 5b34c62

Please sign in to comment.