Skip to content

Commit

Permalink
Update HOW_TO_RELEASE.md
Browse files Browse the repository at this point in the history
Co-authored-by: Małgorzata Świeca <[email protected]>
  • Loading branch information
Tomasz-Smelcerz-SAP and mmitoraj authored Nov 21, 2023
1 parent f4837fb commit 6e6faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Use the steps described in this document to release a new version of Runtime Wat

1. Checkout the main branch.
2. Create a new tag for the release in the main branch and push it to the repository. The tag should follow the [Semantic Versioning 2.0.0 format](https://semver.org/), for example, `1.2.3`.
The new tag will trigger a prowjob that creates and publishes a Docker image with a runtime watcher executable.
The new tag will trigger a ProwJob that creates and publishes a Docker image with a Runtime Watcher executable.
The new tag will also trigger a release workflow.

Note 1: The release workflow will wait for a docker image to be published. If the image is not available within a configured time (15 minutes), the workflow will fail. In that case you need to manually re-run it once the docker image is ready. The expected image URL is: `europe-docker.pkg.dev/kyma-project/prod/runtime-watcher-skr:<NewTag>`
Expand Down

0 comments on commit 6e6faee

Please sign in to comment.