mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-24 22:24:45 +02:00
make-release: Fix xargs git add
This commit is contained in:
parent
16d038aa8c
commit
5f7898e088
@ -27,8 +27,8 @@ find vendor/ -type f -name "*.php" \
|
||||
| grep -v '/example/' \
|
||||
| grep -v '/tests/' \
|
||||
| grep -v '/test/' \
|
||||
| xargs git add -f
|
||||
find vendor/ -type f -name LICENSE | xargs git add -f
|
||||
| xargs -L1 git add -f
|
||||
find vendor/ -type f -name LICENSE | xargs -L1 git add -f
|
||||
sed -i "s/^Version:.*/Version: v$VERSION/" module.info
|
||||
git add module.info
|
||||
git commit -m "Version v$VERSION"
|
||||
|
Loading…
x
Reference in New Issue
Block a user