From 0022b396cdf0c77bd91be9c06a4af4bc3649ddbf Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <alexander@mail-schlemmer.de> Date: Mon, 16 Jan 2023 09:24:32 +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 d6bc2c9a..a08eef0d 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -24,6 +24,7 @@ guidelines of the CaosDB Project - `version` variables in `src/doc/conf.py` - Version in [setup.cfg](./setup.cfg): Check the `MAJOR`, `MINOR`, `MICRO`, `PRE` variables and set `ISRELEASED` to `True`. Use the possibility to issue pre-release versions for testing. + - `CITATION.cff` (update version and date) 5. Merge the release branch into the main branch. -- GitLab