Skip to content

Commit

Permalink
feat: run v8 migration schematics for v8 beta and rc releases (#15753)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
devversion authored and mmalerba committed Apr 8, 2019
1 parent 881b114 commit bb5d544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cdk/schematics/migration.json
Expand Up @@ -12,7 +12,7 @@
"factory": "./ng-update/index#updateToV7"
},
"migration-v8": {
"version": "8",
"version": "8-beta",
"description": "Updates the Angular CDK to v8",
"factory": "./ng-update/index#updateToV8"
},
Expand Down
2 changes: 1 addition & 1 deletion src/lib/schematics/migration.json
Expand Up @@ -12,7 +12,7 @@
"factory": "./ng-update/index#updateToV7"
},
"migration-v8": {
"version": "8",
"version": "8-beta",
"description": "Updates Angular Material to v8",
"factory": "./ng-update/index#updateToV8"
},
Expand Down

0 comments on commit bb5d544

Please sign in to comment.