3 Commits

Author SHA1 Message Date
Joey Perrott
881b77ef46 refactor(dev-infra): move parseCommitMessagesForRange into the parse file ()
When attempting to actually rely on `parseCommitMessagesForRange`, it became apparent
that the function really belongs in the parse file, rather than utils.

PR Close 
2020-11-20 12:49:42 -08:00
Joey Perrott
7261e393f1 refactor(dev-infra): extract the parsing of a range of commits into a util function ()
A utility function to parse a range of commits allows for other tooling to assess
a range of commits.

PR Close 
2020-11-18 10:22:50 -08:00
Joey Perrott
d192c87f6a refactor(dev-infra): refactor commit-message files ()
Refactor the commit-message files to be consistent with how other ng-dev tooling
is structured.

PR Close 
2020-09-15 16:05:42 -07:00