make-release: Support Macs

This commit is contained in:
Eric Lippmann 2019-03-26 16:39:03 +01:00
parent 5f7898e088
commit e6d8649060
1 changed files with 1 additions and 1 deletions

View File

@ -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"