[cig-commits] [commit] master: Add notes on how to delete tags. (3a5fe8e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed May 7 11:57:27 PDT 2014


Repository : https://github.com/geodynamics/pylith

On branch  : master
Link       : https://github.com/geodynamics/pylith/compare/422d933ebf5e19a69537cf35cab1c4497c03fe90...ce8f559fcf9a4f6ce6590b51070ba390177edad5

>---------------------------------------------------------------

commit 3a5fe8ec8a907d9f270bf0e59ce2b1005bf1ff3c
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed May 7 11:57:01 2014 -0700

    Add notes on how to delete tags.


>---------------------------------------------------------------

3a5fe8ec8a907d9f270bf0e59ce2b1005bf1ff3c
 doc/releasenotes/checklist.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/releasenotes/checklist.txt b/doc/releasenotes/checklist.txt
index f7abdd1..14f870f 100644
--- a/doc/releasenotes/checklist.txt
+++ b/doc/releasenotes/checklist.txt
@@ -55,6 +55,10 @@ TAG
   git tag -a vX.X.X -m "MY MESSAGE"
   git push origin vX.X.X
 
+  To delete a tag:
+    REMOTE: git push --delete origin vX.X.X
+    LOCAL: git tag -d vX.X.X
+
 RELEASE
 
   * Create source tarball and upload to GitHub. 



More information about the CIG-COMMITS mailing list