diff --git a/HOW_TO_RELEASE.md b/HOW_TO_RELEASE.md index 60a1ab86..416d9c08 100644 --- a/HOW_TO_RELEASE.md +++ b/HOW_TO_RELEASE.md @@ -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.