Release branches were renamed.
authorWard Vandewege <ward@curii.com>
Thu, 6 Jan 2022 18:00:18 +0000 (13:00 -0500)
committerWard Vandewege <ward@jhvc.com>
Thu, 6 Jan 2022 18:09:05 +0000 (13:09 -0500)
closes #18249

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/_includes/_branchname.liquid

index 7180e09ce7286ba0d1793dfb649b7b877fdb3573..f1d869ba9f8beef5be851afef54f0736d47b8cd0 100644 (file)
@@ -5,7 +5,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
 {% if site.current_version and site.current_version != 'main' %}
-{% assign branchname = site.current_version | slice: 1, 3 | append: '-dev' %}
+{% assign branchname = site.current_version | slice: 1, 3 | append: '-release' %}
 {% else %}
 {% assign branchname = 'main' %}
 {% endif %}