Unverified Commit 4a55eefa authored by Kevin Chisholm's avatar Kevin Chisholm Committed by GitHub

[conductor] Add instructions to update oncall logs (#115871)

* add retro instructions

* make message more noticable
parent 748212af
......@@ -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>[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment