We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78a9441 + c27f4be commit 69a7627Copy full SHA for 69a7627
_includes/specification-version-list.md
@@ -3,7 +3,8 @@
3
{%- for file in html_files -%}
4
{%- assign segments = file.path | split: "/" -%}
5
{%- assign firstchar = file.basename | slice: 0 -%}
6
-{%- if segments[1] == include.specification and firstchar == "v" -%}
+{%- assign patch_separator = file.basename | slice: 4 -%}
7
+{%- if segments[1] == include.specification and firstchar == "v" and patch_separator == "." -%}
8
{%- assign minor_version = file.basename | slice: 1, 3 -%}
9
{%- if minor_version != last_version -%}
10
{% assign last_version = minor_version %}
0 commit comments