From a80fe3210d1af6a4ffd7f04683753312c1c63ab2 Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Fri, 1 Aug 2025 13:49:43 -0400 Subject: [PATCH] docs: update release workflow --- llm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/llm.md b/llm.md index d8047ad09..56b5c456c 100644 --- a/llm.md +++ b/llm.md @@ -42,6 +42,7 @@ This workflow is triggered when a new Flutter/Dart version is released. 4. **Address Issues:** * Read the `release_log.txt` file. * Systematically address each error or warning reported in the log. This will involve navigating to the specified sample project directories and applying code changes. + * When updating for a new release, we don't care about `flutter pub outdated` warnings. As long as `pub get` completes without failing, it's okay. 5. **Create a Pull Request:** * Once all issues from the log are resolved and the repository is in a clean state, create a pull request.