From d64772a249cf96af3ae678ee828b748a45ef4864 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Tue, 31 May 2022 14:56:33 +0200
Subject: [PATCH] DOC: Update release guidelines

---
 RELEASE_GUIDELINES.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index f3dc40b4..136db5b8 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -24,10 +24,13 @@ guidelines of the CaosDB Project
 
 5. Tag the latest commit of the main branch with `v<VERSION>`.
 
-6. Delete the release branch.
+6. Create gitlab releases on gitlab.indiscale.com and on gitlab.com for new
+   tag. Add most recent section of the changelog to release description.
 
-7. Merge the main branch back into the dev branch.
+7. Delete the release branch.
 
-8. Prepare for next release cycle:
+8. Merge the main branch back into the dev branch.
+
+9. Prepare for next release cycle:
    * `CHANGELOG.md`: "Unreleased" section
    * `src/doc/conf.py`: Bump to next version number and `x.y.z-SNAPSHOT` for the `release` variable.
-- 
GitLab