mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-06 21:34:29 +02:00
make-release: Support Macs
This commit is contained in:
parent
5f7898e088
commit
e6d8649060
@ -29,7 +29,7 @@ find vendor/ -type f -name "*.php" \
|
||||
| grep -v '/test/' \
|
||||
| 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
|
||||
sed -i.bak "s/^Version:.*/Version: v$VERSION/" module.info && rm -f module.info.bak
|
||||
git add module.info
|
||||
git commit -m "Version v$VERSION"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user