Fix typos

Signed-off-by: Pinto Spindler, Stephan <25225092+s-spindler@users.noreply.github.com>
This commit is contained in:
Pinto Spindler, Stephan 2022-12-30 11:47:50 +01:00
parent 76a7f604e3
commit b32781ceb4
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ on:
type: boolean
required: false
default: false
description: "publish and scan the container image once its build"
description: "publish and scan the container image once its built"
secrets:
registry-0-usr:
required: true

View file

@ -11,10 +11,10 @@ This document describes the process of releasing a new version of Dependency-Tra
- [ ] MySQL
- [ ] PostgreSQL
- [ ] Ensure that a [changelog](docs/_posts) entry for the release exists and is complete
- [ ] Bump to `version` field in [`docs/_config.yml`](docs/_config.yml) to the new version
- [ ] Bump the `version` field in [`docs/_config.yml`](docs/_config.yml) to the new version
- [ ] When API server and frontend shall be released together
- [ ] Release the frontend first
- [ ] Bump to the `frontend.version` property in `pom.xml` accordingly to the new version
- [ ] Bump to the `frontend.version` property in `pom.xml` according to the new version
## Releasing