mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-03 20:04:32 +02:00
Merge pull request #1 from Icinga/feature/auto-release-version
make-release: Update module.info and support Macs
This commit is contained in:
commit
a5f1a453bc
@ -27,9 +27,9 @@ 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 git add -f
|
| xargs -L1 git add -f
|
||||||
find vendor/ -type f -name LICENSE | xargs git add -f
|
find vendor/ -type f -name LICENSE | xargs -L1 git add -f
|
||||||
sed -i "s/^Version:.*/Version: v$VERSION/" module.info
|
sed -i.bak "s/^Version:.*/Version: v$VERSION/" module.info && rm -f module.info.bak
|
||||||
git add module.info
|
git add module.info
|
||||||
git commit -m "Version v$VERSION"
|
git commit -m "Version v$VERSION"
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: IPL Bundle
|
Name: IPL Bundle
|
||||||
Version: master
|
Version: dev-master
|
||||||
Description: The Icinga PHP library
|
Description: The Icinga PHP library
|
||||||
This repository ships libraries useful for Icinga Web 2 modules. Please download
|
This repository ships libraries useful for Icinga Web 2 modules. Please download
|
||||||
the latest release and install it like any other module.
|
the latest release and install it like any other module.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user