angular/dev-infra/commit-message
Joey Perrott 9d6163ed99 feat(dev-infra): update commit-message functions to properly type commits from git log (#41458)
For commits from git log entries additional fields are available such as the reference
hash and author name, update the utility functions in commit-message to include the
parsed fields.  Additionally define, per commit message type, whether to include the
commit in a release notes entry.

PR Close #41458
2021-04-06 10:04:54 -07:00
..
restore-commit-message refactor(dev-infra): set up new method for checking range of commits (#41341) 2021-04-01 11:30:28 -07:00
validate-file refactor(dev-infra): set up new method for checking range of commits (#41341) 2021-04-01 11:30:28 -07:00
validate-range refactor(dev-infra): set up new method for checking range of commits (#41341) 2021-04-01 11:30:28 -07:00
BUILD.bazel refactor(dev-infra): set up new method for checking range of commits (#41341) 2021-04-01 11:30:28 -07:00
cli.ts fix(dev-infra): remove commit message wizard and builder (#41280) (#41285) 2021-03-22 08:56:20 -07:00
config.ts feat(dev-infra): update commit-message functions to properly type commits from git log (#41458) 2021-04-06 10:04:54 -07:00
parse.spec.ts refactor(dev-infra): use conventional-commits-parser for commit parsing (#41329) 2021-03-23 14:17:08 -07:00
parse.ts feat(dev-infra): update commit-message functions to properly type commits from git log (#41458) 2021-04-06 10:04:54 -07:00
utils.ts feat(dev-infra): update commit-message functions to properly type commits from git log (#41458) 2021-04-06 10:04:54 -07:00
validate.spec.ts fix(dev-infra): use all non-header content for checking commit body length (#41367) 2021-03-29 15:14:59 -07:00
validate.ts fix(dev-infra): use all non-header content for checking commit body length (#41367) 2021-03-29 15:14:59 -07:00