Set version in module.info

This commit is contained in:
Eric Lippmann 2018-11-09 09:57:23 +01:00
parent e05c561b26
commit 4e510e5ea7
1 changed files with 2 additions and 0 deletions

View File

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