Support make-release on Macs

This commit is contained in:
Eric Lippmann 2018-11-09 09:58:13 +01:00
parent 4e510e5ea7
commit 254eb41ba6
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ find vendor/ -type f -name "*.php" \
| grep -v '/example/' \
| grep -v '/tests/' \
| grep -v '/test/' \
| xargs -l git add -f
find vendor/ -type f -name LICENSE | xargs -l git add -f
| xargs git add -f
find vendor/ -type f -name LICENSE | xargs git add -f
sed -i '' "s/^Version:.*/Version: v$VERSION/" module.info
git add module.info
git commit -m "Version v$VERSION"