From 90c528b924039e0e5eb71b2c308f07a09385061d Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Wed, 25 Sep 2024 11:51:49 -0400 Subject: [PATCH] Update a few more mentions to the `main` channel (#11173) In response to https://github.com/flutter/website/pull/11172#issuecomment-2372556756 --- src/content/release/archive-whats-new.md | 4 ++-- src/content/release/archive.md | 17 ++++++++++------- src/content/release/upgrade.md | 4 ++-- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/content/release/archive-whats-new.md b/src/content/release/archive-whats-new.md index feb920162b..9bdb45b65b 100644 --- a/src/content/release/archive-whats-new.md +++ b/src/content/release/archive-whats-new.md @@ -48,7 +48,7 @@ You might also check out the [Dart 3.3 release][] blog post. [Flutter and Dart 2024 Roadmap][]. * Check out [Harness the Gemini API in your Dart and Flutter apps][]. -[Flutter and Dart 2024 Roadmap]: {{site.github}}/flutter/flutter/blob/master/docs/roadmap/Roadmap.md +[Flutter and Dart 2024 Roadmap]: {{site.github}}/flutter/flutter/blob/main/docs/roadmap/Roadmap.md [Harness the Gemini API in your Dart and Flutter apps]: {{site.flutter-medium}}/harness-the-gemini-api-in-your-dart-and-flutter-apps-00573e560381 ## 15 November 2023: 3.16 release @@ -1206,7 +1206,7 @@ Docs added and updated since the last announcement include: * A new [implicit animations][] codelab is available featuring DartPad. (To run it, you don't need to download any software!) -* Alpha support for MacOS (desktop) is now available in +* Alpha support for macOS (desktop) is now available in release 1.13 on the master and dev channels. For more information, see [Desktop support for Flutter][]. * The iOS section of the [app size][] page is updated to reflect diff --git a/src/content/release/archive.md b/src/content/release/archive.md index 38227e2576..8e4c10f162 100644 --- a/src/content/release/archive.md +++ b/src/content/release/archive.md @@ -1,7 +1,7 @@ --- title: Flutter SDK archive short-title: Archive -description: "All current Flutter SDK releases: stable, beta, and master." +description: "All current Flutter SDK releases: stable, beta, and main." toc: false --- @@ -55,22 +55,25 @@ curl [provenance URL] | jq -r .payload | base64 -d | jq {% endtab %} {% endtabs %} -## Master channel + -Installation bundles are not available for master. +## Main channel + +Installation bundles are not available for the `main` channel +(which was previously known as the `master` channel). However, you can get the SDK directly from -[GitHub repo][] by cloning the master channel, +[GitHub repo][] by cloning the main channel, and then triggering a download of the SDK dependencies: ```console -$ git clone -b master https://github.com/flutter/flutter.git +$ git clone -b main https://github.com/flutter/flutter.git $ ./flutter/bin/flutter --version ``` For additional details on how our installation bundles are structured, see [Installation bundles][]. -[Flutter's channels]: {{site.repo.flutter}}/blob/master/docs/releases/Flutter-build-release-channels.md +[Flutter's channels]: {{site.repo.flutter}}/blob/main/docs/releases/Flutter-build-release-channels.md [release notes]: /release/release-notes [GitHub repo]: {{site.repo.flutter}} -[Installation bundles]: {{site.repo.flutter}}/blob/master/docs/infra/Flutter-Installation-Bundles.md +[Installation bundles]: {{site.repo.flutter}}/blob/main/docs/infra/Flutter-Installation-Bundles.md diff --git a/src/content/release/upgrade.md b/src/content/release/upgrade.md index b7cd7143cd..607c25f7a4 100644 --- a/src/content/release/upgrade.md +++ b/src/content/release/upgrade.md @@ -71,7 +71,7 @@ it is updated to the latest **beta** release. ### Other channels -We currently have one other channel, **master**. +We currently have one other channel, **main** (previously known as **master**). People who [contribute to Flutter][] use this channel. This channel is not as thoroughly tested as @@ -80,7 +80,7 @@ the **beta** and **stable** channels. We do not recommend using this channel as it is more likely to contain serious regressions. -The latest documentation for the **master** branch +The latest documentation for the **main** branch is at: ### Changing channels