Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
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-pylib
Commits
8f983393
Verified
Commit
8f983393
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Release guidelines now also mention version in src/doc/conf.py
parent
6f007f25
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#19361
passed
3 years ago
Stage: code_style
Stage: linting
Stage: setup
Stage: test
Stage: deploy
Changes
1
Pipelines
16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASE_GUIDELINES.md
+4
-3
4 additions, 3 deletions
RELEASE_GUIDELINES.md
with
4 additions
and
3 deletions
RELEASE_GUIDELINES.md
+
4
−
3
View file @
8f983393
...
...
@@ -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.
...
...
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