Explorar o código

Update how_to_release document.

Jeff Lanzarotta hai 1 ano
pai
achega
0a4a47d6fe
Modificáronse 1 ficheiros con 2 adicións e 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.