Tag the update commit and push the tag [ci skip]

This commit is contained in:
Andrew Murray 2020-08-07 21:41:38 +10:00
parent d478f8bcd3
commit f7b53e1ac0

View File

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