From 56457efee9713d66c31e6e5d843df282c32b2c5c Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Fri, 14 May 2021 08:43:19 +0200 Subject: [PATCH] MAINT: Rename master to main --- RELEASE_GUIDELINES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index ce69c0fc..1dc6d11a 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -18,10 +18,10 @@ guidelines of the CaosDB Project 2. Check all general prerequisites. -3. Merge the release branch into the master branch. +3. Merge the release branch into the main branch. -4. Tag the latest commit of the master branch with `v<VERSION>`. +4. Tag the latest commit of the main branch with `v<VERSION>`. 5. Delete the release branch. -6. Merge the master branch back into the dev branch. +6. Merge the main branch back into the dev branch. -- GitLab