mirror of
https://github.com/evilsocket/arc.git
synced 2024-05-26 22:37:37 +03:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user