From 3d2542b16d1d3da4c7a075ab6cf434f83cb32019 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Jun 29 2013 18:49:01 +0000 Subject: Fix pushing tags instruction --- 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