mirror of
https://github.com/Icinga/icingaweb2-module-reactbundle.git
synced 2025-07-25 23:04:54 +02:00
make-release: fix sed
This commit is contained in:
parent
285c0b8d30
commit
f44e3d2bdb
@ -29,7 +29,7 @@ find vendor/ -type f -name "*.php" \
|
|||||||
| grep -v '/test/' \
|
| grep -v '/test/' \
|
||||||
| xargs git add -f
|
| xargs git add -f
|
||||||
find vendor/ -type f -name LICENSE | 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 add module.info
|
||||||
git commit -m "Version v$VERSION"
|
git commit -m "Version v$VERSION"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user