Set version in module.info
This commit is contained in:
parent
e05c561b26
commit
4e510e5ea7
|
@ -29,6 +29,8 @@ find vendor/ -type f -name "*.php" \
|
||||||
| grep -v '/test/' \
|
| grep -v '/test/' \
|
||||||
| xargs -l git add -f
|
| xargs -l git add -f
|
||||||
find vendor/ -type f -name LICENSE | 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"
|
git commit -m "Version v$VERSION"
|
||||||
|
|
||||||
rm -f composer.lock
|
rm -f composer.lock
|
||||||
|
|
Loading…
Reference in New Issue