Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-mysqlbackend
Commits
626dd006
Verified
Commit
626dd006
authored
1 year ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: update version in docs
parent
8882c300
No related branches found
No related tags found
1 merge request
!11
DRAFT: file system cleanup
Pipeline
#42855
failed
1 year ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
RELEASE_GUIDELINES.md
+7
-5
7 additions, 5 deletions
RELEASE_GUIDELINES.md
doc/conf.py
+2
-2
2 additions, 2 deletions
doc/conf.py
with
9 additions
and
7 deletions
RELEASE_GUIDELINES.md
+
7
−
5
View file @
626dd006
...
...
@@ -22,12 +22,14 @@ guidelines of the CaosDB Project
3.
Assure that the latest patch actually updates the CaosDBVersion() procedure
and that the version matches the version you are about to release.
4.
Merge the release branch into the main branch
.
4.
Update version in
`doc/conf.py`
.
5.
Wait for the main branch pipeline to pass
.
5.
Merge the release branch into the main branch
.
6.
Tag the latest commit of the main branch with
`v<VERSION>`
.
6.
Wait for the main branch pipeline to pass
.
7.
Delete the release branch
.
7.
Tag the latest commit of the main branch with
`v<VERSION>`
.
8.
Merge the main branch back into the dev branch.
8.
Delete the release branch.
9.
Merge the main branch back into the dev branch.
This diff is collapsed.
Click to expand it.
doc/conf.py
+
2
−
2
View file @
626dd006
...
...
@@ -26,9 +26,9 @@ copyright = '2021, IndiScale GmbH'
author
=
'
Daniel Hornung
'
# The short X.Y version
version
=
'
6
.0
'
version
=
'
7
.0
'
# The full version, including alpha/beta/rc tags
release
=
'
6
.0.
1
'
release
=
'
7
.0.
0
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment