mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f815aa1991
Add configuration information for the new caretaker command PR Close #38601
14 lines
266 B
TypeScript
14 lines
266 B
TypeScript
import {caretaker} from './caretaker';
|
|
import {commitMessage} from './commit-message';
|
|
import {format} from './format';
|
|
import {github} from './github';
|
|
import {merge} from './merge';
|
|
|
|
module.exports = {
|
|
commitMessage,
|
|
format,
|
|
github,
|
|
merge,
|
|
caretaker,
|
|
};
|