mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-21 20:54:38 +02:00
make-release.sh: Register new and updated assets
This commit is contained in:
parent
14ab15bb1b
commit
4dec24543a
@ -42,6 +42,7 @@ find vendor/ -type f -name "*.php" \
|
|||||||
| xargs -L1 git add -f
|
| xargs -L1 git add -f
|
||||||
find vendor/ -type f -name LICENSE | 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 vendor/ -type f -name '*.json' | xargs -L1 git add -f
|
||||||
|
find asset/ -type f | xargs -L1 git add -f
|
||||||
echo "v$VERSION" > VERSION
|
echo "v$VERSION" > VERSION
|
||||||
git add VERSION
|
git add VERSION
|
||||||
git add composer.lock -f
|
git add composer.lock -f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user