From f7b53e1ac015fea423a74090e094c56e481a2b70 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 7 Aug 2020 21:41:38 +1000 Subject: [PATCH] Tag the update commit and push the tag [ci skip] --- update-pillow-tag.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update-pillow-tag.sh b/update-pillow-tag.sh index a48d6cab0..9bf037bd5 100755 --- a/update-pillow-tag.sh +++ b/update-pillow-tag.sh @@ -15,4 +15,5 @@ git fetch --all git checkout $1 cd .. git commit -m "Pillow -> $1" Pillow -git push +git tag $1 +git push origin $1 \ No newline at end of file