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
Next Next commit
Update link for rolling forward to aligned Dart hash
  • Loading branch information
reidbaker authored Apr 8, 2026
commit af07d25c6da3794dd95f6b9fc486ebddc4df6ea8
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