Skip to content

Commit

Permalink
build(release.config.js): fix to use gfm
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Jan 1, 2021
1 parent 33a510d commit db4c284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
[
'@semantic-release/exec',
{
prepareCmd: 'npx remark -o --use reference-links CHANGELOG.md'
prepareCmd: 'npx remark -o --use reference-links --use gfm CHANGELOG.md'
}
],
[
Expand Down

0 comments on commit db4c284

Please sign in to comment.