Skip to content
Snippets Groups Projects
Verified Commit 8f983393 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Release guidelines now also mention version in src/doc/conf.py

parent 6f007f25
No related branches found
No related tags found
No related merge requests found
Pipeline #19361 passed
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment