mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2025-10-19 07:53:18 +00:00
Fix typos
Signed-off-by: Pinto Spindler, Stephan <25225092+s-spindler@users.noreply.github.com>
This commit is contained in:
parent
76a7f604e3
commit
b32781ceb4
2 changed files with 3 additions and 3 deletions
2
.github/workflows/_meta-build.yaml
vendored
2
.github/workflows/_meta-build.yaml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue