From facf559c0e936a33de3ff9b25c8efe7fb230e204 Mon Sep 17 00:00:00 2001 From: Marcel Moura <5615598+marcelstanley@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:38:53 -0300 Subject: [PATCH] chore(docs): fix tag creation step --- docs/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.md b/docs/release.md index 56f3f074c..51d61444c 100644 --- a/docs/release.md +++ b/docs/release.md @@ -39,7 +39,7 @@ Once the pull request is approved, merge it and update your local copy of the `m Then, create a new tag for the release based on the `main` branch as follows: ```shell -git tag -a vX.Y.Z +git tag -a -s vX.Y.Z ``` Make sure to add a message to the tag commit as follows: