make-release.sh: Register new and updated assets

This commit is contained in:
Johannes Meyer 2022-06-14 14:04:49 +02:00
parent 14ab15bb1b
commit 4dec24543a
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ find vendor/ -type f -name "*.php" \
| xargs -L1 git add -f
find vendor/ -type f -name LICENSE | xargs -L1 git add -f
find vendor/ -type f -name '*.json' | xargs -L1 git add -f
find asset/ -type f | xargs -L1 git add -f
echo "v$VERSION" > VERSION
git add VERSION
git add composer.lock -f