Skip to content
Snippets Groups Projects
Verified Commit e6788d03 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

MAINT: update RELEASE_GUIDELINES

parent 9f0ad72d
Branches
Tags
No related merge requests found
Pipeline #20876 passed
...@@ -18,12 +18,14 @@ guidelines of the CaosDB Project ...@@ -18,12 +18,14 @@ guidelines of the CaosDB Project
2. Check all general prerequisites. 2. Check all general prerequisites.
3. Merge the release branch into the main branch. 3. update src/doc/conf.py version
4. Tag the latest commit of the main branch with `v<VERSION>`. 4. Merge the release branch into the main branch.
5. Delete the release branch. 5. Tag the latest commit of the main branch with `v<VERSION>`.
6. Merge the main branch back into the dev branch. 6. Delete the release branch.
7. Prepare CHANGELOG for next release cycle. 7. Merge the main branch back into the dev branch.
8. Prepare CHANGELOG for next release cycle.
...@@ -26,9 +26,9 @@ copyright = '2020, IndiScale GmbH' ...@@ -26,9 +26,9 @@ copyright = '2020, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.X.Y' version = '0.5.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.x.y-beta-rc2' release = '0.5.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment