Skip to content
Snippets Groups Projects
Commit efab7a3a authored by Ryan Smith's avatar Ryan Smith Committed by GitHub
Browse files

Merge pull request #149 from xAPI-vle/auto-release

Fixes the version file generation.
parents c3431c43 9fd393d7
No related branches found
No related tags found
No related merge requests found
...@@ -9,5 +9,5 @@ versionPrefix=$(date +"%Y%m%d") ...@@ -9,5 +9,5 @@ versionPrefix=$(date +"%Y%m%d")
versionSuffix=$(printf %02d $todaysReleases) versionSuffix=$(printf %02d $todaysReleases)
version="$versionPrefix$versionSuffix" version="$versionPrefix$versionSuffix"
template=$(cat templateVersionFile) template=$(cat ./scripts/templateVersionFile)
eval "echo \"$template\"" > version.php eval "echo \"$template\"" > version.php
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment