Explorar el Código

Update how_to_release document.

Jeff Lanzarotta hace 1 año
padre
commit
0a4a47d6fe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      how_to_release.txt

+ 2 - 2
how_to_release.txt

@@ -11,7 +11,7 @@ To make a release...
 If something happens and the tag is messed up, you will need to delete the
 If something happens and the tag is messed up, you will need to delete the
 local and remote tag and release again.  To delete the tag:
 local and remote tag and release again.  To delete the tag:
 
 
-1. git tag -d v7.4.27
-2. git push --delete origin v7.4.27
+1. git tag -d 7.4.27
+2. git push --delete origin 7.4.27
 3. Remove the release.
 3. Remove the release.