angular-cn/dev-infra/commit-message
Joey Perrott 9f7a37b4e9 feat(dev-infra): migrate to unified commit message types in commit message linting (#38430)
Previously commit message types were provided as part of the ng-dev config in the repository
using the ng-dev toolset.  This change removes this configuration expectation and instead
predefines the valid types for commit messages.

Additionally, with this new unified set of types requirements around providing a scope have
been put in place.  Scopes are either required, optional or forbidden for a given commit
type.

PR Close #38430
2020-08-13 09:11:17 -07:00
..
BUILD.bazel feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
cli.ts feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
commit-message-draft.ts feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
config.ts feat(dev-infra): migrate to unified commit message types in commit message linting (#38430) 2020-08-13 09:11:17 -07:00
parse.spec.ts refactor(dev-infra): extract the commit message parsing function into its own file (#38429) 2020-08-12 16:10:07 -07:00
parse.ts refactor(dev-infra): extract the commit message parsing function into its own file (#38429) 2020-08-12 16:10:07 -07:00
restore-commit-message.ts feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
validate-file.ts feat(dev-infra): save invalid commit message attempts to be restored on next commit attempt (#38304) 2020-08-13 08:45:25 -07:00
validate-range.ts refactor(dev-infra): extract the commit message parsing function into its own file (#38429) 2020-08-12 16:10:07 -07:00
validate.spec.ts feat(dev-infra): migrate to unified commit message types in commit message linting (#38430) 2020-08-13 09:11:17 -07:00
validate.ts feat(dev-infra): migrate to unified commit message types in commit message linting (#38430) 2020-08-13 09:11:17 -07:00