fix(release): fixed tag creation step in release doc.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2023-02-07 11:33:15 +01:00
committed by poiana
parent 98550e80b3
commit cb5dddf8ec

View File

@@ -110,7 +110,7 @@ Now assume `x.y.z` is the new version.
``` ```
git pull git pull
git checkout master git checkout release/x.y.z
git tag x.y.z git tag x.y.z
git push origin x.y.z git push origin x.y.z
``` ```