Skip to content
Snippets Groups Projects
Commit 78b72ce3 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Add version file to tar releases

parent 6e733890
No related branches found
No related tags found
1 merge request!415Resolve "missing version info in release files from gitlab tags"
Pipeline #255545 passed
......@@ -45,7 +45,7 @@ def write_version_file(version):
return version_file.name
# otherwise just return the version information
else:
return version
git_version = version
else:
git_version = "{}: ({}) {}".format(
version, "UNCLEAN" if git_diff else "CLEAN", git_log.rstrip()
......
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