Skip to content

Commit

Permalink
fix(cz-git): fix breaking change break line default format
Browse files Browse the repository at this point in the history
Co-authored-by: Zhengqbbb <1074059947@qq.com>
  • Loading branch information
Zhengqbbb committed Aug 20, 2022
1 parent eca1548 commit c073ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cz-git/src/generator/message.ts
Expand Up @@ -109,7 +109,7 @@ const formatDefaultMessage = (defaultHeader: string, body: string, breaking: str
result += `\n\n${body}`

if (breaking)
result += `\n\nBREAKING CHANGE :\n${breaking}`
result += `\n\nBREAKING CHANGE: ${breaking}`

if (footer)
result += footer
Expand Down

0 comments on commit c073ec7

Please sign in to comment.