[Fedora-spins] [spin-kickstarts] Fix pushing tags instruction

Bruno Wolff III bruno at fedoraproject.org
Sat Jun 29 18:53:38 UTC 2013


commit 3d2542b16d1d3da4c7a075ab6cf434f83cb32019
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jun 29 13:49:01 2013 -0500

    Fix pushing tags instruction

 README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/README b/README
index 9c98165..9dac761 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ cd spin-kickstarts
 git checkout BRANCHNAME
 # No tag has been added yet tag HEAD with
 git tag VERSION
-git push tag VERSION
+git push --tags
 make
 # Publish the released tar ball
 scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts


More information about the spins mailing list