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
``` ```
@@ -223,4 +223,4 @@ Driver:
### Rules repo ### Rules repo
- Rulesets are versioned individually through git tags - Rulesets are versioned individually through git tags
- See [rules release doc](https://github.com/falcosecurity/rules/blob/main/RELEASE.md) for more information. - 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.