From 8f983393d86f3b7eaaeb7dafdb0d15fb3124efc8 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Tue, 1 Feb 2022 09:02:30 +0100 Subject: [PATCH] DOC: Release guidelines now also mention version in src/doc/conf.py --- RELEASE_GUIDELINES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index f2671ed5..e71234b8 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -20,9 +20,10 @@ guidelines of the CaosDB Project 3. Check all general prerequisites. -4. Prepare [setup.py](./setup.py): Check the `MAJOR`, `MINOR`, `MICRO`, `PRE` - variables and set `ISRELEASED` to `True`. Use the possibility to issue - pre-release versions for testing. +4. Update the version: + - `version` variables in `src/doc/conf.py` + - Version on [setup.py](./setup.py): Check the `MAJOR`, `MINOR`, `MICRO`, `PRE` variables and set + `ISRELEASED` to `True`. Use the possibility to issue pre-release versions for testing. 5. Merge the release branch into the main branch. -- GitLab