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.
1 parent 2dfc68f commit c27f4beCopy full SHA for c27f4be
_includes/specification-version-list.md
@@ -4,7 +4,7 @@
4
{%- assign segments = file.path | split: "/" -%}
5
{%- assign firstchar = file.basename | slice: 0 -%}
6
{%- assign patch_separator = file.basename | slice: 4 -%}
7
-{%- if segments[1] == include.specification and firstchar == "v" and patch_separator != "-" -%}
+{%- 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