From e12053cbbefb8c8038e7b5407997bbb7db6ee3a5 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Fri, 14 May 2021 09:21:07 +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 234ff24..41de1cf 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -18,10 +18,10 @@ guidelines of the CaosDB Project 2. Check all general prerequisites. -4. Merge the release branch into the master branch. +4. Merge the release branch into the main branch. -5. Tag the latest commit of the master branch with `v<VERSION>`. +5. Tag the latest commit of the main branch with `v<VERSION>`. 6. Delete the release branch. -7. Merge the master branch back into the dev branch. +7. Merge the main branch back into the dev branch. -- GitLab