Skip to content

Commit

Permalink
Docs: Fix automatic linking for certain old release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Apr 10, 2021
1 parent 4ae239e commit 9356109
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/_includes/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
@param (string) label Like "version added", "deprecated in", or "removed in".
{%- endcomment -%}

{%- assign _old_releases = " v1.0.0 v1.11.0 " -%}
{%- comment -%}
These releases have original release notes published under a v-prefixed tag.
{%- endcomment -%}
{%- assign _old_releases = " v1.9.0 v1.10.0 v1.11.0 v1.12.0 " -%}

{%- assign _full_version = include.version | append: ".0" -%}
{%- assign _old_version = _full_version | prepend: "v" -%}
Expand Down

0 comments on commit 9356109

Please sign in to comment.