mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-07 08:54:58 -05:00
add locales to frontend dist package
- bump to patchlevel 6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user