2 Copyright (C) The Arvados Authors. All rights reserved.
4 SPDX-License-Identifier: CC-BY-SA-3.0
7 {% if site.current_version and site.current_version != 'main' %}
8 {% assign branchname = site.current_version | slice: 1, 3 | append: '-release' %}
10 {% assign branchname = 'main' %}