From: Javier Sancho Date: Fri, 1 Jun 2018 10:46:57 +0000 (+0200) Subject: RELEASING.md update X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=commitdiff_plain;h=9a7a609df0a94dff41bb9a58dc61b25b0a326582;ds=inline RELEASING.md update --- 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: