5 lines
143 B
Bash
Executable File
5 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
git describe > ./build/core-version
|
|
git tag > ./build/version
|
|
php -d phar.readonly=0 vendor/bin/phar-builder package composer.json
|