mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add prompt to publish on discord (#111154)
This commit is contained in:
parent
b45e0c1bc3
commit
02c8fb35f1
@ -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}',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user