1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-11-04 23:54:21 +00:00

Fix pushing tags instruction

This commit is contained in:
Bruno Wolff III 2013-06-29 13:49:01 -05:00
parent a74dac72d4
commit 3d2542b16d

2
README
View File

@ -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