ci: add support for 'aoi' scope in commit messages for angular.io

This commit is contained in:
Igor Minar
2017-01-25 09:38:52 -08:00
committed by Victor Berchet
parent b28f01bb7f
commit c4ecaeda64
3 changed files with 8 additions and 6 deletions

View File

@ -227,6 +227,7 @@ There is currently few exception to the "use package name" rule:
* **packaging**: used for changes that change the npm package layout in all of our packages, e.g. public path changes, package.json changes done to all packages, d.ts file/format changes, changes to bundles, etc.
* **changelog**: used for updating the release notes in CHANGELOG.md
* **aio**: used for angular.io changes within the /angular.io directory of the repo
* none/empty string: useful for `style`, `test` and `refactor` changes that are done across all packages (e.g. `style: add missing semicolons`)