Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Allow creating packages for master/main. (#116557)
Browse files Browse the repository at this point in the history
This is to enable testing of the packaging scripts on master/main
branches.

Bug: flutter/flutter#115489
  • Loading branch information
godofredoc committed Dec 6, 2022
1 parent 21f3ce8 commit cd87e09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/bots/prepare_package.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ class PreparePackageException implements Exception {

enum Branch {
beta,
stable;
stable,
master,
main;
}

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

0 comments on commit cd87e09

Please sign in to comment.