make-release: Support Macs

This commit is contained in:
Eric Lippmann 2019-03-26 16:39:03 +01:00
parent 5f7898e088
commit e6d8649060

View File

@ -29,7 +29,7 @@ find vendor/ -type f -name "*.php" \
| grep -v '/test/' \ | grep -v '/test/' \
| 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
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 add module.info
git commit -m "Version v$VERSION" git commit -m "Version v$VERSION"