From 9a7a609df0a94dff41bb9a58dc61b25b0a326582 Mon Sep 17 00:00:00 2001 From: Javier Sancho Date: Fri, 1 Jun 2018 12:46:57 +0200 Subject: [PATCH] RELEASING.md update --- RELEASING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 1c6c882..64df5ed 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -23,18 +23,18 @@ Date: 2018-06-01 ## Tagging -* Create a tag ``X.Y.Z`` from ``master``. Use the next message: +* Create a tag ``vX.Y.Z`` from ``master``. Use the next message: ``` - $ git tag -a X.Y.Z -m "Tagging version X.Y.Z" + $ git tag -a vX.Y.Z -m "Tagging version X.Y.Z" ``` - Note: For release candidates, just add a rcN suffix to tag ("X.Y.ZrcN"). + Note: For release candidates, just add a rcN suffix to tag ("vX.Y.ZrcN"). * Or, alternatively, make a signed tag (requires gpg correctly configured): ``` - $ git tag -s X.Y.Z -m "Tagging version X.Y.Z" + $ git tag -s vX.Y.Z -m "Tagging version X.Y.Z" ``` * Push the tag to the Github repo: -- 2.39.2