Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
parcours
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
Container Registry
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
rokoli
parcours
Commits
d0c9b4af
Commit
d0c9b4af
authored
3 months ago
by
Konrad Mohrfeldt
Browse files
Options
Downloads
Patches
Plain Diff
chore: update release documentation
parent
f35acf26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
11 additions, 0 deletions
README.md
with
11 additions
and
0 deletions
README.md
+
11
−
0
View file @
d0c9b4af
...
...
@@ -26,6 +26,13 @@ Other make targets:
## New Releases
There are a few steps to follow for a new release:
1.
check the application in the staging area according to our test plan
2.
triage all OSV scanner results
(visible in CI as
`security::osv-scan-container-image`
and
`security::osv-scan-dependencies`
jobs)
3.
bump the release version (see below).
We use
`bump-my-version`
for releasing new versions.
```
shell
...
...
@@ -43,6 +50,10 @@ poetry run bump-my-version show-bump
poetry run bump-my-version bump major
--dry-run
--allow-dirty
--verbose
```
After the changes and the tag created by bump-my-version have been pushed
the CI will build a new container image and automatically publish the new version
as a
[
release in GitLab
](
https://git.hack-hro.de/rokoli/parcours/-/releases
)
.
## Deployment
Parcours can be deployed from source and via a container image.
...
...
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