From c0ac43da9740724262c5bb4bba2b960273d504bd Mon Sep 17 00:00:00 2001 From: nturgut Date: Sat, 25 Jul 2020 21:12:15 -0700 Subject: [PATCH] Add a todo to felt (PR to rerun the tree) (#20025) --- lib/web_ui/dev/felt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/web_ui/dev/felt b/lib/web_ui/dev/felt index 49f2a0d9a45..13ca5a60b90 100755 --- a/lib/web_ui/dev/felt +++ b/lib/web_ui/dev/felt @@ -3,6 +3,8 @@ set -e # felt: a command-line utility for building and testing Flutter web engine. # It stands for Flutter Engine Local Tester. +# TODO: Add git fetch --tags step. Tags are critical for the correct Dart +# version. FELT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"