Skip to content

Commit

Permalink
make-release.sh: Register new and updated assets
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jun 14, 2022
1 parent 14ab15b commit 4dec245
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dec245

Please sign in to comment.