Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 647 Bytes

migration_release.md

File metadata and controls

12 lines (9 loc) · 647 Bytes

Migration Release

Migration features are released in experimental mode. Several code changes are needed for the official migrations release.

  1. Some features are marked as experimental.
    1. The @experimental tag should be removed
    2. Final naming of exports should be decided.
  2. CLI feature flag enableGen2Migration needs to be released in the Gen 1 CLI.
    1. #2930
  3. Some E2E tests rely on the feature flag and are using a workaround until the feature flag is released.

Search the codebase for // TODO: GEN1_GEN2_MIGRATION and follow the instructions following the comment.