From 8d998a89a2e047e0d827c240df7a2e02f3b90135 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Thu, 13 Oct 2022 19:00:25 +0000 Subject: [PATCH] Update migration tool README Change-Id: I16349a7399d735a6edf8615570f4c783a98e8276 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263461 Reviewed-by: Paul Berry Auto-Submit: Samuel Rawlins Commit-Queue: Paul Berry --- pkg/nnbd_migration/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkg/nnbd_migration/README.md b/pkg/nnbd_migration/README.md index 97659f3fa7a..5b005f8fab4 100644 --- a/pkg/nnbd_migration/README.md +++ b/pkg/nnbd_migration/README.md @@ -161,12 +161,9 @@ browser to view, analyze, and improve the proposed null-safe migration. 2. If large changes are required, revert the migration, and go back to step one. The tool does not provide any revert capability; this must be done via source code management (for example, `git checkout`). - - +8. Commit and/or publish your migrated null-safe code. ## Providing feedback Please file issues at https://github.com/dart-lang/sdk/issues, and reference the -`analyzer-nnbd-migration` label (you may not be able to apply the label yourself). +`area-migration` label (you may not be able to apply the label yourself).