cbracken / rules_dart

Dart rules for Bazel
Apache License 2.0
45 stars 18 forks source link

Create a Dart SDK auto-roller #16

Open cbracken opened 4 years ago

cbracken commented 4 years ago

Create an auto-roller that periodically checks for a new Dart SDK version, sends a PR to upgrade the linux and macos versions, and lands it if all tests pass.

cbracken commented 3 years ago

Added tools/roll_dart in 486b9c069d494eb19016c4079c37a1a9d5ff16b1 and 84627e370843b26a44a391858d0fcaba27502c47. This automates the process of generating the diff required to roll the Dart SDK version in repositories.bzl and README.md.

Remaining work:

It would be nice to have this on a cron job that: