Sfoglia il codice sorgente

Update how_to_release document.

Jeff Lanzarotta 1 anno fa
parent
commit
0a4a47d6fe
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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.