misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli
2019-11-19 19:42:11 +01:00
parent a3334ee03e
commit e2689858a9

View File

@@ -20,6 +20,9 @@ for file in "${TO_UPDATE[@]}"; do
git add $file
done
make assets
git add webui
git commit -m "releasing v$NEW_VERSION"
git push
git tag -a v$NEW_VERSION -m "release v$NEW_VERSION"