make-release: fix sed

This commit is contained in:
Thomas Gelf 2019-03-26 07:30:27 +01:00
parent 285c0b8d30
commit f44e3d2bdb
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 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 commit -m "Version v$VERSION"