mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 21:10:01 +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:
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
|
||||
```
|
||||
@ -223,4 +223,4 @@ Driver:
|
||||
### Rules repo
|
||||
- Rulesets are versioned individually through git tags
|
||||
- See [rules release doc](https://github.com/falcosecurity/rules/blob/main/RELEASE.md) for more information.
|
||||
- See [plugins release doc](https://github.com/falcosecurity/plugins/blob/master/release.md) for more information about plugins rulesets.
|
||||
- See [plugins release doc](https://github.com/falcosecurity/plugins/blob/master/release.md) for more information about plugins rulesets.
|
||||
|
Loading…
Reference in New Issue
Block a user