atlassian / cz-lerna-changelog

A commitizen adapter for the angular preset of https://github.com/conventional-changelog/conventional-changelog
110 stars 39 forks source link

Problem with backticks inside commit message #12

Open 1999 opened 7 years ago

1999 commented 7 years ago

https://bitbucket.org/atlassian/atlaskit/commits/52cdc0a9d48739e3b5327e3581d6b34620fb996a

Original message was smth like this:

When @atlaskit/editor-core was using prosemirror <= 0.10 Shift+Backspace behaviour should've been the same as Backspace.|But in prosemirror >= 0.18 Backspace behaviour has changed: now it does only chainCommands(deleteSelection, joinBackward), and deleteCharBefore is not called.|As a result: we can just disable Shift+Backspace keymap and let the browser use its default behaviour

Text inside backticks was replaced with backslash. I'm 99% sure that's the problem of original upstream cz-conventional-changelog, but probably it's our own?..