Skip to content

Commit ecf7621

Browse files
itsjustkevinmit-mit
authored andcommitted
[conductor] Add instructions to update oncall logs (flutter#115871)
* add retro instructions * make message more noticable
1 parent df9077f commit ecf7621

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/conductor/core/lib/src/state.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ String phaseInstructions(pb.ConductorState state) {
149149
return <String>[
150150
'There are no engine cherrypicks, so issue `conductor next` to continue',
151151
'to the next step.',
152+
'\n',
153+
'******************************************************',
154+
'* Create a new entry in http://go/release-eng-retros *',
155+
'******************************************************',
152156
].join('\n');
153157
}
154158
return <String>[

0 commit comments

Comments
 (0)