diff --git a/dev/conductor/core/lib/src/state.dart b/dev/conductor/core/lib/src/state.dart index 505440c8ed9..a2d1a77aa06 100644 --- a/dev/conductor/core/lib/src/state.dart +++ b/dev/conductor/core/lib/src/state.dart @@ -15,7 +15,7 @@ const String kStateFileName = '.flutter_conductor_state.json'; const String betaPostReleaseMsg = """ 'Ensure the following post release steps are complete:', - '\t 1. Post announcement to discord', + '\t 1. Post announcement to discord and press the publish button', '\t\t Discord: ${globals.discordReleaseChannel}', '\t 2. Post announcement flutter release hotline chat room', '\t\t Chatroom: ${globals.flutterReleaseHotline}', @@ -28,7 +28,7 @@ const String stablePostReleaseMsg = """ '\t\t Best practices: ${globals.hotfixDocumentationBestPractices}', '\t 2. Post announcement to flutter-announce group', '\t\t Flutter Announce: ${globals.flutterAnnounceGroup}', - '\t 3. Post announcement to discord', + '\t 3. Post announcement to discord and press the publish button', '\t\t Discord: ${globals.discordReleaseChannel}', '\t 4. Post announcement flutter release hotline chat room', '\t\t Chatroom: ${globals.flutterReleaseHotline}',