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…
Reference in New Issue