From c31fb3823395ee3805c4549a74e0e0db9f418514 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 17 Sep 2023 14:58:34 +0200 Subject: [PATCH] chore: Rename development branch to `main` Signed-off-by: Ferdinand Thiessen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5231396ba..d2039d32d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ For testing all components provide `data-testid` attributes as selectors, so the ### Releasing a new version -- Pull the latest changes from `master` or `stableX`; +- Pull the latest changes from `main` or `stableX`; - Checkout a new branch with the tag name (e.g `v4.0.1`): `git checkout -b v`; - Run `npm version patch --no-git-tag-version` (`npm version minor --no-git-tag-version` if minor). This will return a new version name, make sure it matches what you expect; - Commit, push and create PR;