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 3c22687 commit f4837fb
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 @@ -5,7 +5,7 @@ Use the steps described in this document to release a new version of Runtime Wat
## Steps

1. Checkout the main branch.
2. Create a new tag for the release in the main branch and push it the repository. The tag should follow semantic versioning scheme, e.g: `1.2.3`
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 also trigger a release workflow.

Expand Down

0 comments on commit f4837fb

Please sign in to comment.