blob: e69293532a3bb4d109a526bc276bf67ede795eca [file] [log] [blame]
// Copyright (c) 2023, the Dart project authors. All rights reserved. Use of
// this source code is governed by a BSD-style license that can be found in the
// LICENSE file.
syntax = "proto3";
package recipes.dart.release.sign;
message Sign {
// Version to sign.
string version = 1;
// Architectures to sign.
repeated string archs = 2;
}