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

Merge branch '217-missing-version-info-in-release-files-from-gitlab-tags' into 'master'

Resolve "missing version info in release files from gitlab tags"

Closes #217

See merge request !415
parents 6e733890 78b72ce3
No related branches found
No related tags found
1 merge request!415Resolve "missing version info in release files from gitlab tags"
Pipeline #268201 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