mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 15:04:10 +01:00
Add doc comment
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
149a0e984f
commit
df3c4dc6a3
|
|
@ -33,6 +33,10 @@
|
|||
<table class="release-info">
|
||||
{{ $rev := $version }}
|
||||
{{ if eq $version "unstable" -}}
|
||||
{{- /*
|
||||
Extract the git SHA from the frontmatter of the changelog, where
|
||||
it was stashed by `generate-changelog.sh`.
|
||||
*/ -}}
|
||||
{{ $rev = .Params.commit -}}
|
||||
{{ end -}}
|
||||
{{ $commitLink := printf "https://github.com/matrix-org/matrix-spec/tree/%s" $rev -}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue