chore: link validation process docs to the release process file (#2714)

This commit is contained in:
gabrielmer 2024-05-22 11:38:20 +02:00 committed by GitHub
parent 7e9c971721
commit ebe69be8e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ Ensure all items in this list are ticked:
git push origin v0.1.0-rc.1
```
1. Validate the release. For the release validation process, please refer to the following [guide](https://www.notion.so/Release-Process-61234f335b904cd0943a5033ed8f42b4#47af557e7f9744c68fdbe5240bf93ca9)
1. Once the release-candidate has been validated, create a final release tag and push it.
We also need to merge release branch back to master as a final step.