From e8b6af0ef86c1dddf0d06a5e32d2e2076b848e0f Mon Sep 17 00:00:00 2001 From: Sigmund Cherem Date: Tue, 18 Jul 2017 12:51:37 -0700 Subject: [PATCH] document protocol for updating dart_style BUG= R=rnystrom@google.com Review-Url: https://codereview.chromium.org/2983023002 . --- DEPS | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 5f46f38f10a..bbe226dd5e7 100644 --- a/DEPS +++ b/DEPS @@ -65,7 +65,21 @@ vars = { "csslib_tag" : "@0.13.3+1", "dart2js_info_tag" : "@0.5.4+2", "dart_services_rev" : "@7aea2574e6f3924bf409a80afb8ad52aa2be4f97", - "dart_style_tag": "@1.0.7", + + # Note: updates to dart_style have to be coordinated carefully with + # the infrastructure-team so that the internal formatter in + # `sdk/tools/sdks/*/dart-sdk/bin/dartfmt` matches the version here. + # + # Please follow this process to make updates: + # * file an issue with area-infrastructure requesting a roll for this + # package (please also indicate what version to roll). + # * let the infrastructure team submit the change on your behalf, + # so they can build a new dev release and roll the submitted sdks a few + # minutes later. + # + # For more details, see https://github.com/dart-lang/sdk/issues/30164 + "dart_style_tag": "@1.0.7", # Please see the note above before updating. + "dartdoc_tag" : "@v0.13.0+1", "fixnum_tag": "@0.10.5", "func_tag": "@1.0.0",