Skip to content

Commit cd87e09

Browse files
authored
Allow creating packages for master/main. (#116557)
This is to enable testing of the packaging scripts on master/main branches. Bug: flutter/flutter#115489
1 parent 21f3ce8 commit cd87e09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/bots/prepare_package.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ class PreparePackageException implements Exception {
5454

5555
enum Branch {
5656
beta,
57-
stable;
57+
stable,
58+
master,
59+
main;
5860
}
5961

6062
/// A helper class for classes that want to run a process, optionally have the

0 commit comments

Comments
 (0)