angular-cn/tools
Igor Minar dff6ee3272 ci: validate the message of each new commit as part of the CI linting
This patch adds the gulp command of `validate-commit-messages`
which will validate the range of commits messages present in the
active branch.

This check now runs on CI as part of the linting checks.

Allowed commit message types and scopes are controlled via commit-message.json file
and documented at https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-guidelines

This solution is based on old Vojta's code that he wrote for angular/angular.js, that was later adjusted
by @matsko in #13815.

Ideally we should switch over to something like https://www.npmjs.com/package/commitplease
as suggested in #9953 but that package currently doesn't support strict scope checking,
which is one of the primarily goal of this PR.

Note that this PR removes support for "chore" which was previously overused
by everyone on the team.

Closes #13815
Fixes #3337
2017-01-23 10:51:28 -08:00
..
@angular/tsc-wrapped chore(release): cut the 4.0.0-beta.4 release 2017-01-18 18:55:46 -06:00
build chore(build): remove unused build/util 2016-11-07 10:32:00 -08:00
cjs-jasmine docs(Location): updating Location docs and adding example 2016-12-12 11:19:21 -08:00
code.angularjs.org build(publish): remove unneeded add-license-to-rx (#12734) 2016-11-10 15:56:14 -08:00
karma refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
npm chore(npm): clean up clean-shrinkwrap script 2016-10-31 11:26:59 -07:00
public_api_guard fix(router): enable loadChildren with function in aot (#13909) 2017-01-18 15:56:34 -08:00
travis refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
tree-shaking-test refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
tsc-watch refactor(compiler): drop old codegen tests that run inside of `test.sh` 2016-11-28 15:19:23 -08:00
tslint chore(tslint): update tslint to 4.x (#13603) 2016-12-27 14:55:58 -08:00
typings-test style: add missing semicolons 2016-10-31 14:25:53 -07:00
validate-commit-message ci: validate the message of each new commit as part of the CI linting 2017-01-23 10:51:28 -08:00
check-environment.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
chromedriverpatch.js refactor: add license header to JS files & format files (#12081) 2016-10-04 20:39:20 -07:00
jsconfig.json chore(vscode): add jsconfig.json and remove .settings dir 2015-10-29 13:53:21 +00:00
tsconfig.json fix(packages): use ES modules for primary build (#11120) 2016-08-30 18:07:40 -07:00
types.d.ts fix(fakeAsync): have fakeAsync use Proxy zone. (#10797) 2016-08-19 12:10:53 -07:00
utils.inc feat(bundle): add script to push bundles to code.angularjs.org 2015-04-14 14:50:53 -07:00