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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-cpplib
Commits
086355f7
Commit
086355f7
authored
2 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Add integration tests to release guidelines
parent
347a7410
No related branches found
No related tags found
1 merge request
!37
REL: Release v0.1.2
Pipeline
#23498
passed
2 years ago
Stage: info
Stage: setup
Stage: test
Stage: deploy
Pipeline: caosdb-cppinttest
#23499
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE_GUIDELINES.md
+8
-4
8 additions, 4 deletions
RELEASE_GUIDELINES.md
with
8 additions
and
4 deletions
RELEASE_GUIDELINES.md
+
8
−
4
View file @
086355f7
...
@@ -13,16 +13,19 @@ guidelines of the CaosDB Project
...
@@ -13,16 +13,19 @@ guidelines of the CaosDB Project
## Steps
## Steps
1.
Create a release branch from the dev branch. This prevents further changes
1.
Create a release branch from the dev branch. This prevents further changes to
to the code base and a never ending release process. Naming:
`release-<VERSION>`
the code base and a never ending release process. Naming:
`release-<VERSION>`
. Also create a branch with the same name in cppinttests.
2.
Update CHANGELOG.md
2.
Update CHANGELOG.md
3.
Check all general prerequisites.
3.
Check all general prerequisites.
4.
Update version numbers:
4.
Update version numbers:
1.
In
[
CMakeLists.txt
](
./CMakeLists.txt
)
: Check the
`MAJOR`
,
`MINOR`
,
`PATCH`
version variables.
1.
In
[
CMakeLists.txt
](
./CMakeLists.txt
)
: Check the version variables and
make sure that the compatible caosdb-server version is set correctly.
2.
In
`conanfile.py`
: Update the
`version`
variable.
2.
In
`conanfile.py`
: Update the
`version`
variable.
3.
In
`caosdb-cppinttest/conanfile.py`
: Update the version
5.
Merge the release branch into the main branch.
5.
Merge the release branch into the main branch.
...
@@ -37,4 +40,5 @@ guidelines of the CaosDB Project
...
@@ -37,4 +40,5 @@ guidelines of the CaosDB Project
9.
Release cppinttests with updated cpplib version
9.
Release cppinttests with updated cpplib version
10.
Merge
`main`
back into
`dev`
and increase patch version by one to begin next release cycle.
10.
Merge
`main`
back into
`dev`
and increase patch version by one to begin next
release cycle. Do the same in cppintest.
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