add locales to frontend dist package

- bump to patchlevel 6
This commit is contained in:
Lincoln Stein
2022-12-31 15:46:57 +00:00
parent 5057beddf5
commit 339aa94cf3
2 changed files with 21 additions and 1 deletions

View File

@@ -3,12 +3,22 @@
cd "$(dirname "$0")"
VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" )
PATCH="-rc5"
PATCH="-rc6"
VERSION="${VERSION}${PATCH}"
echo "Be certain that you're in the 'installer' directory before continuing."
read -p "Press any key to continue, or CTRL-C to exit..."
git commit -a
if ! git tag $VERSION ; then
echo "Existing/invalid tag"
exit -1
fi
git push origin :refs/tags/latest
git tag -fa latest
echo Building installer zip fles for InvokeAI v$VERSION
# get rid of any old ones