diff --git a/docs/Release-creation.md b/docs/Release-creation.md index 995ebcd..affca45 100644 --- a/docs/Release-creation.md +++ b/docs/Release-creation.md @@ -8,6 +8,7 @@ 1. Merge`rolling` into `master` branch 2. Best to wait for the GitHub action to run successfully 3. On `master` branch tag the version like `v11.3.1` and don't forget to push it: + ``` git checkout master git pull