We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f9a70 commit 598ad1fCopy full SHA for 598ad1f
mono_repo/lib/src/utilities.dart
@@ -6,7 +6,8 @@ import 'package:pub_semver/pub_semver.dart';
6
7
const travisEdgeSdk = 'be/raw/latest';
8
9
-const githubSetupMainSdk = 'main'; // this maps to `be/raw/latest`
+/// Maps to `be/raw/latest` or "bleeding edge".
10
+const githubSetupMainSdk = 'main';
11
12
String? errorForSdkConfig(String sdk) {
13
try {
0 commit comments