git: Improve tagging script
This commit is contained in:
2
tag.sh
2
tag.sh
@@ -7,5 +7,5 @@ echo "Version $t is now tagged!"
|
|||||||
echo "Pushing $t to origin..."
|
echo "Pushing $t to origin..."
|
||||||
echo "Press ^C within 3s to abort."
|
echo "Press ^C within 3s to abort."
|
||||||
sleep 3s
|
sleep 3s
|
||||||
git tag $t
|
echo "release: tag $t" | git tag --file=- --sign $t
|
||||||
git push origin $t
|
git push origin $t
|
||||||
|
|||||||
Reference in New Issue
Block a user