mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 08:00:06 +00:00
Fix pushing tags instruction
This commit is contained in:
parent
a74dac72d4
commit
3d2542b16d
2
README
2
README
@ -15,7 +15,7 @@ cd spin-kickstarts
|
|||||||
git checkout BRANCHNAME
|
git checkout BRANCHNAME
|
||||||
# No tag has been added yet tag HEAD with
|
# No tag has been added yet tag HEAD with
|
||||||
git tag VERSION
|
git tag VERSION
|
||||||
git push tag VERSION
|
git push --tags
|
||||||
make
|
make
|
||||||
# Publish the released tar ball
|
# Publish the released tar ball
|
||||||
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
|
scp spin-kickstarts-*.tar.gz fedorahosted.org:spin-kickstarts
|
||||||
|
Loading…
Reference in New Issue
Block a user