Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Merge requests
!37
REL: Release v0.1.2
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
REL: Release v0.1.2
release-v0.1.2
into
main
Overview
0
Commits
15
Pipelines
2
Changes
1
Merged
REL: Release v0.1.2
Florian Spreckelsen
requested to merge
release-v0.1.2
into
main
May 31, 2022
Overview
0
Commits
15
Pipelines
2
Changes
1
For
#43 (closed)
0
0
Merge request reports
Viewing commit
0d35dc16
Prev
Next
Show latest version
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
0d35dc16
FIX DOC: Fixed missing version number location in release guidelines.
· 0d35dc16
Daniel Hornung
authored
Apr 13, 2022
RELEASE_GUIDELINES.md
+
3
−
2
View file @ 0d35dc16
Edit in single-file editor
Open in Web IDE
Show full file
@@ -20,8 +20,9 @@ guidelines of the CaosDB Project
3.
Check all general prerequisites.
4.
Prepare
[
CMakeLists.txt
](
./CMakeLists.txt
)
: Check the
`MAJOR`
,
`MINOR`
,
`PATCH`
version variables.
4.
Update version numbers:
1.
In
[
CMakeLists.txt
](
./CMakeLists.txt
)
: Check the
`MAJOR`
,
`MINOR`
,
`PATCH`
version variables.
2.
In
`conanfile.py`
: Update the
`version`
variable.
5.
Merge the release branch into the main branch.
Loading