From 92b73c97c66f772351eb36c47af8ee3a89af0941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20R=C3=B6bke?= Date: Thu, 19 Dec 2024 18:55:26 +0100 Subject: [PATCH] Update CHANGELOG.md for main branch. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dd0a6..a00bf7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,18 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed +The default branch has been renamed! + +**master is now named main** + +If you have a local clone, you can update it by running the following commands: +```shell +git branch -m master main +git fetch origin +git branch -u origin/main main +git remote set-head origin -a +``` + See [#47] - Updated GitHub Actions [#48]