From 3ca61e9cfc326b29d02f9b55690e291c18dab46c Mon Sep 17 00:00:00 2001 From: Jan Bronicki Date: Fri, 6 Jun 2025 16:36:10 +0200 Subject: [PATCH] Update README.md Co-authored-by: Thilo Fromm --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 57459f1b05..b84522b5b4 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,9 @@ To clone the scripts repo and pick a version: ### Working with forks +When using GitHub's "fork" feature, please **make sure to fork all branches**, not just `main`. Forking only `main` is the default on GitHub, + +The SDK container wrapper script `run_sdk_container` requires release tags in our release branches and fails to start if no release branch is present (see e.g. https://github.com/flatcar/Flatcar/issues/1705). If you're working with a fork of the scripts repository, you'll need to fetch the upstream tags to avoid version detection issues: ```bash