Steve Mao
Steve Mao
Maybe, we can use `` tag for commit body?
@joshtoper see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details I was just throwing random idea.
I believe it was fixed by https://github.com/conventional-changelog/conventional-changelog/pull/237. Are you on the latest version?
`conventional-changelog` currently implements `revert` exactly the same way as the angular docs. > ### Revert > If the commit reverts a previous commit, it should begin with `revert: `, followed...
`Revert ""` is default so you don't need to change anything. The angular way you'd have to modify the header slightly: `revert: `
Do we still need to worry about IE in 2017?
It's very easy to add a polyfill in most of the cases.
@kwokhou PR welcome
Thanks @gnapse PR welcome
> I guess, but it's going to cause a detailed initial configuration or annoying future changes when the "all" preset is too restrictive. Perhaps we need a "recommended" preset. I...