Support make-release on Macs
This commit is contained in:
parent
4e510e5ea7
commit
254eb41ba6
|
@ -27,8 +27,8 @@ find vendor/ -type f -name "*.php" \
|
||||||
| grep -v '/example/' \
|
| grep -v '/example/' \
|
||||||
| grep -v '/tests/' \
|
| grep -v '/tests/' \
|
||||||
| grep -v '/test/' \
|
| grep -v '/test/' \
|
||||||
| xargs -l git add -f
|
| xargs git add -f
|
||||||
find vendor/ -type f -name LICENSE | xargs -l git add -f
|
find vendor/ -type f -name LICENSE | xargs git add -f
|
||||||
sed -i '' "s/^Version:.*/Version: v$VERSION/" module.info
|
sed -i '' "s/^Version:.*/Version: v$VERSION/" module.info
|
||||||
git add module.info
|
git add module.info
|
||||||
git commit -m "Version v$VERSION"
|
git commit -m "Version v$VERSION"
|
||||||
|
|
Loading…
Reference in New Issue