Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Merge requests
!44
Something went wrong on our end
Enhanced CLI arguments for theodolite
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enhanced CLI arguments for theodolite
stu202077/theodolite:feature/cliArgumentsTheodolite
into
master
Overview
1
Commits
8
Pipelines
0
Changes
9
Merged
Björn Vonheiden
requested to merge
stu202077/theodolite:feature/cliArgumentsTheodolite
into
master
4 years ago
Overview
1
Commits
8
Pipelines
0
Changes
9
Expand
Implements
#83 (closed)
Merge after
!42 (merged)
Edited
4 years ago
by
Sören Henning
0
0
Merge request reports
Viewing commit
e7447d21
Prev
Next
Show latest version
9 files
+
9
−
41
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
e7447d21
Merge branch 'feature/theodolitePython' into feature/cliArgumentsTheodolite
· e7447d21
Björn Vonheiden
authored
4 years ago
docs/release-process.md
+
4
−
5
Options
# Release Process
# Release Process
We assume that we are creating the release
`v0.1.1`
. Please make sure to update
We assume that we are creating the release
`v0.1.1`
. Please make sure to adjust
to modify the following steps according to the release, you are actually
the following steps according to the release, you are actually performing.
performing.
1.
Create a new branch
`v0.1`
if not already exists. This branch will never
1.
Create a new branch
`v0.1`
if not already exists. This branch will never
again be merged into master.
again be merged into master.
2.
Checkout the
`v0.1 branch.
2.
Checkout the
`v0.1
`
branch.
3. Update all references to Theodolite Docker images to tag `
v0
-1-
1
`. These are
3.
Update all references to Theodolite Docker images to tag
`v0
.1.
1`
. These are
mainly the Kubernetes resource definitions in
`execution`
as well as the Docker
mainly the Kubernetes resource definitions in
`execution`
as well as the Docker
Compose files in
`docker-test`
.
Compose files in
`docker-test`
.
Loading