fix: report seven character prefix of release hash (#3804)

This commit is contained in:
Robert Sparks 2022-04-11 13:57:25 -05:00 committed by GitHub
parent 3245678e10
commit 0b1388c39f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@
{% else %}
Version {{ version_num }}{% if patch %}{{patch}}{% endif %}
{% endif %}
{% if branch %}({{ branch }} - {{ git_hash|slice:":8" }}){% endif %}
{% if branch %}({{ branch }} - {{ git_hash|slice:":7" }}){% endif %}
{% endif %}
Report a bug:
<a href="https://github.com/ietf-tools/datatracker/issues/new/choose">