We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748212a commit 4a55eefCopy full SHA for 4a55eef
dev/conductor/core/lib/src/state.dart
@@ -149,6 +149,10 @@ String phaseInstructions(pb.ConductorState state) {
149
return <String>[
150
'There are no engine cherrypicks, so issue `conductor next` to continue',
151
'to the next step.',
152
+ '\n',
153
+ '******************************************************',
154
+ '* Create a new entry in http://go/release-eng-retros *',
155
156
].join('\n');
157
}
158
0 commit comments