mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 14:47:00 +00:00
fix(release): fixed tag creation step in release doc.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
committed by
poiana
parent
98550e80b3
commit
cb5dddf8ec
@@ -110,7 +110,7 @@ Now assume `x.y.z` is the new version.
|
||||
|
||||
```
|
||||
git pull
|
||||
git checkout master
|
||||
git checkout release/x.y.z
|
||||
git tag x.y.z
|
||||
git push origin x.y.z
|
||||
```
|
||||
|
Reference in New Issue
Block a user