diff --git a/RELEASE.md b/RELEASE.md index 7f509ee..b767311 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -5,7 +5,7 @@ The release process is also automated in the way any specific commit, from the master branch ideally, can be potentially released, for such it's required the below steps: 1. Checkout the commit to be released -1. Create a tag with the format `v.[0-9]+.[0-9]+.[0-9]+`, i.e.: `v1.0.2` +1. Create a tag with the format `[0-9]+.[0-9]+.[0-9]+`, i.e.: `1.0.2` 1. Push the tag to the upstream. 1. Then, the CI pipeline will trigger a release. 1. Wait for an email/slack to confirm the release is ready to be approved, it might take roughly 20 minutes.