diff --git a/bin/make-release.sh b/bin/make-release.sh index 0e2b31b..e54d9fc 100755 --- a/bin/make-release.sh +++ b/bin/make-release.sh @@ -27,8 +27,10 @@ find vendor/ -type f -name "*.php" \ | grep -v '/example/' \ | grep -v '/tests/' \ | grep -v '/test/' \ - | xargs -l git add -f -find vendor/ -type f -name LICENSE | xargs -l git add -f + | xargs git add -f +find vendor/ -type f -name LICENSE | xargs 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 diff --git a/module.info b/module.info index 3cd6a9a..b019935 100644 --- a/module.info +++ b/module.info @@ -1,5 +1,5 @@ Name: React Bundle -Version: master +Version: dev-master Description: ReactPHP-based 3rd party libraries This repository is an attempt to ship 3rd party libraries that might be useful for asynchronous PHP-based Icinga Web 2 modules. Please download the latest