Commit bb5d544
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- src
- cdk/schematics
- lib/schematics
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments