mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-02 15:15:17 +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 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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user