Skip to content

Commit bb5d544

Browse files
devversionmmalerba
authored andcommitted
feat: run v8 migration schematics for v8 beta and rc releases (#15753)
Currently the V8 schematic migrations only run for `8.0.0` which does not include any betas or release candidates. We want to run the schematic in the beta's and RC in order to get early feedback about the schematics. Enabling it promptly with V8 stable release can result in accidental breakages that we would like to fix/identify before.
1 parent 881b114 commit bb5d544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cdk/schematics/migration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"factory": "./ng-update/index#updateToV7"
1313
},
1414
"migration-v8": {
15-
"version": "8",
15+
"version": "8-beta",
1616
"description": "Updates the Angular CDK to v8",
1717
"factory": "./ng-update/index#updateToV8"
1818
},

src/lib/schematics/migration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"factory": "./ng-update/index#updateToV7"
1313
},
1414
"migration-v8": {
15-
"version": "8",
15+
"version": "8-beta",
1616
"description": "Updates Angular Material to v8",
1717
"factory": "./ng-update/index#updateToV8"
1818
},

0 commit comments

Comments
 (0)