From 0f66330ad8f8d1d5a55b6920a46cd9078740812d Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Mon, 12 Sep 2022 10:31:48 +0200 Subject: [PATCH] DOC: Update RELEASE_GUIDELINES --- RELEASE_GUIDELINES.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index 00d0362e..863afb8f 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -40,8 +40,9 @@ guidelines of the CaosDB Project 11. Merge the main branch back into the dev branch. -12. After the merge of main to dev, start a new development version by - setting `ISRELEASED` to `False` and by increasing at least the `MICRO` - version in [setup.py](./setup.py). - Also update CHANGELOG.md (new "Unreleased" section). - Also update `src/doc/conf.py`. +12. After the merge of main to dev, start a new development version by setting + `ISRELEASED` to `False` and by increasing at least the `MICRO` version in + [setup.py](./setup.py). Please note that due to a bug in pip, the `PRE` + version has to remain empty in the setup.py. + Also update CHANGELOG.md (new "Unreleased" section). Also update + `src/doc/conf.py`. -- GitLab