Skip to content
Snippets Groups Projects
Verified Commit a4d44462 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: write version.json

parent 1ab89659
No related branches found
Tags 1.2.2
No related merge requests found
......@@ -176,7 +176,7 @@ fi
git --no-pager log --decorate=short --pretty=oneline
gitVersion=$(version print --git)
echo '{ "version": "''${gitVersion}" }' > version.json
echo "{ \"version\": \"''${gitVersion}\" }" > version.json
git add version.json
git commit -m "Update version to ''${gitVersion}"
......
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