From cb5dddf8ecf8d25140a4a87f3111a4ee03f01e85 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 7 Feb 2023 11:33:15 +0100 Subject: [PATCH] fix(release): fixed tag creation step in release doc. Signed-off-by: Federico Di Pierro --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index c5f390c5..fdd0e992 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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. \ No newline at end of file +- See [plugins release doc](https://github.com/falcosecurity/plugins/blob/master/release.md) for more information about plugins rulesets.