Skip to content

Commit 80b9550

Browse files
authored
fix: enforce markdown when generating changelog (#711)
Signed-off-by: RafaelGSS <[email protected]>
1 parent ab820c7 commit 80b9550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/prepare_release.js

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ export default class ReleasePreparation {
295295

296296
return runSync(changelogMaker, [
297297
'--group',
298+
'--markdown',
298299
'--filter-release',
299300
'--start-ref',
300301
this.getLastRef()

0 commit comments

Comments
 (0)