This commit is contained in:
ed
2021-11-28 04:22:05 +01:00
parent 00c177fa74
commit dd122111e6
6 changed files with 21 additions and 4 deletions

View File

@@ -7,8 +7,9 @@ v=$1
printf '%s\n' "$v" | grep -qE '^[0-9\.]+$' || exit 1
grep -E "(${v//./, })" ../copyparty/__version__.py || exit 1
git push all
git tag v$v
git push origin --tags
git push all --tags
rm -rf ../dist