From 4c0366fa493ec0bc93ca8d3ea21ec463d08facad Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Wed, 27 Apr 2016 16:49:10 +0200 Subject: [PATCH] Build system: Move generate-version.sh --- _build/deploy-phpdoc-release.sh | 2 +- _build/{generate-version.sh => update-version-file.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename _build/{generate-version.sh => update-version-file.sh} (100%) diff --git a/_build/deploy-phpdoc-release.sh b/_build/deploy-phpdoc-release.sh index 8d3410e..8ba0097 100755 --- a/_build/deploy-phpdoc-release.sh +++ b/_build/deploy-phpdoc-release.sh @@ -65,7 +65,7 @@ fi # update version file if [ "$DEPLOY_VERSION_FILE" == "true" ]; then - generate-version.sh \ + update-version-file.sh \ "$DEPLOYMENT_DIR/_data/version.yml" \ "${TRAVIS_TAG#v}" diff --git a/_build/generate-version.sh b/_build/update-version-file.sh similarity index 100% rename from _build/generate-version.sh rename to _build/update-version-file.sh