]> git.jsancho.org Git - datasette-pytables.git/commitdiff
RELEASING.md update
authorJavier Sancho <jsf@jsancho.org>
Fri, 1 Jun 2018 10:46:57 +0000 (12:46 +0200)
committerJavier Sancho <jsf@jsancho.org>
Fri, 1 Jun 2018 10:46:57 +0000 (12:46 +0200)
RELEASING.md

index 1c6c882295cc693054aeb0022cfa00fd33774ccb..64df5edb39803dd3bab74ee7b1802da03f752c04 100644 (file)
@@ -23,18 +23,18 @@ Date: 2018-06-01
 
 ## Tagging
 
 
 ## 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):
 
 ```
 
 * 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:
 ```
 
 * Push the tag to the Github repo: