mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-07 23:00:30 +08:00
Fix pushing tags instruction
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user