From 4b482770b50ee455e6adf546ad807750f13eb74d Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Tue, 3 May 2022 18:28:49 +0200
Subject: [PATCH] DOC: Updated RELEASE_GUIDELINES.md

---
 RELEASE_GUIDELINES.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index f0856c6a..f3dc40b4 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -18,7 +18,7 @@ guidelines of the CaosDB Project
 
 2. Check all general prerequisites.
 
-3. update src/doc/conf.py version
+3. Update `src/doc/conf.py` version
 
 4. Merge the release branch into the main branch.
 
@@ -28,4 +28,6 @@ guidelines of the CaosDB Project
 
 7. Merge the main branch back into the dev branch.
 
-8. Prepare CHANGELOG for next release cycle.
+8. 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