Skip to content

Commit

Permalink
fix: enforce markdown when generating changelog (#711)
Browse files Browse the repository at this point in the history
Signed-off-by: RafaelGSS <[email protected]>
  • Loading branch information
RafaelGSS authored Jul 4, 2023
1 parent ab820c7 commit 80b9550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/prepare_release.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export default class ReleasePreparation {

return runSync(changelogMaker, [
'--group',
'--markdown',
'--filter-release',
'--start-ref',
this.getLastRef()
Expand Down

0 comments on commit 80b9550

Please sign in to comment.