From 12d1467964fa3ae3dd3e75b9287785c4d4086d42 Mon Sep 17 00:00:00 2001
From: Alexander Schlemmer <alexander@mail-schlemmer.de>
Date: Mon, 16 Jan 2023 09:16:17 +0100
Subject: [PATCH] DOC: Added CITATION.cff to the list of files in the release
 guide where the version number must be updated

---
 RELEASE_GUIDELINES.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md
index 58484d51..1b5ae489 100644
--- a/RELEASE_GUIDELINES.md
+++ b/RELEASE_GUIDELINES.md
@@ -22,6 +22,7 @@ guidelines of the CaosDB Project
   * [pom.xml](./pom.xml) (probably this means to remove the `-SNAPSHOT`)
   * `src/doc/conf.py`
   * `CHANGELOG.md`
+  * `CITATION.cff` (update version and date)
 
 5. Merge the release branch into the main branch.
 
-- 
GitLab