Closed bcoe closed 3 years ago
Populate references array in conventional-changelog format commit, based on footers like "Refs: #99`, "Refs #99".
references
This gets most of the unit tests passing in release-please using @conventional-commits/parser rather than the conventional changelog parser.
@conventional-commits/parser
@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.
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.