Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
if (channel === 'beta' && hotfix !== 'true') {
body += '#### Branch Alignment\n';
body += ' - [ ] Stop the [Dart Auto Roller](https://autoroll.skia.org/r/dart-sdk-flutter)\n';
body += ' - [ ] Roll forward to aligned Dart hash\n';
body += ' - [ ] Roll forward to [aligned Dart hash](https://github.com/flutter/flutter/actions/workflows/roll-dart-dependencies.yml)\n';
Comment thread
reidbaker marked this conversation as resolved.
Outdated
body += ' - Dart Hash: [Paste the Dart hash here]\n';
body += ' - [ ] Wait for Google3 Roll to complete.\n';
body += ' - [ ] Restart the [Dart Auto Roller](https://autoroll.skia.org/r/dart-sdk-flutter)\n';
Expand Down
Loading