conventional-commits / parser

reference implementation of conventionalcommits.org spec
ISC License
46 stars 7 forks source link

feat(conventional-changelog): populate references array #27

Closed bcoe closed 3 years ago

bcoe commented 3 years ago

Populate references array in conventional-changelog format commit, based on footers like "Refs: #99`, "Refs #99".

This gets most of the unit tests passing in release-please using @conventional-commits/parser rather than the conventional changelog parser.

bcoe commented 3 years ago

@byCedric thought this one is pretty boring and doesn't effect the actual parser, so went ahead and merged. I'm getting close to actually integrating this with the conventional commit tooling.