Skip to content

Commit

Permalink
[conductor] Add instructions to update oncall logs (flutter#115871)
Browse files Browse the repository at this point in the history
* add retro instructions

* make message more noticable
  • Loading branch information
itsjustkevin authored and gspencergoog committed Jan 19, 2023
1 parent 7469c8b commit ce72fbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/conductor/core/lib/src/state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ String phaseInstructions(pb.ConductorState state) {
return <String>[
'There are no engine cherrypicks, so issue `conductor next` to continue',
'to the next step.',
'\n',
'******************************************************',
'* Create a new entry in http://go/release-eng-retros *',
'******************************************************',
].join('\n');
}
return <String>[
Expand Down

0 comments on commit ce72fbc

Please sign in to comment.