Unverified Commit 350a4ff1 authored by Przemyslaw Tredak's avatar Przemyslaw Tredak Committed by GitHub
Browse files

Remove the commit hash from the release documentation (#1118)


Signed-off-by: default avatarPrzemek Tredak <ptredak@nvidia.com>
parent 481baecd
......@@ -47,7 +47,10 @@ if not git_sha:
git_sha = git_sha[:7] if len(git_sha) > 7 else git_sha
version = str(te_version + "-" + git_sha)
if "dev" in te_version:
version = str(te_version + "-" + git_sha)
else:
version = str(te_version)
release = te_version
# hack: version is used for html creation, so put the version picker
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment