Skip to content

Commit 59bc991

Browse files
JeanMechejosephperrott
authored andcommitted
refactor(ng-dev/commit-message): add more deprecation format (#2627)
This will give more info on the correct deprecation notice expected in the commit body PR Close #2627
1 parent 744a2ca commit 59bc991

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ng-dev/commit-message/validate.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,9 @@ export function printValidationErrors(errors: string[], print = Log.error) {
228228
print();
229229
print(`<breaking change description>`);
230230
print();
231+
print(`DEPRECATED: <deprecation summary>`);
232+
print();
233+
print(`<deprecation description>`);
234+
print();
231235
print();
232236
}

0 commit comments

Comments
 (0)