From 96c78a39d825cb164297f9af0f0f31c078029d3a Mon Sep 17 00:00:00 2001 From: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com> Date: Tue, 10 Dec 2024 22:18:28 +0100 Subject: [PATCH] Update sourceversion.py - update tage base to `lindat` --- scripts/sourceversion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sourceversion.py b/scripts/sourceversion.py index c6d50504613..4dd8b4f5d11 100644 --- a/scripts/sourceversion.py +++ b/scripts/sourceversion.py @@ -9,7 +9,7 @@ # It must also cooperate with argparse # the idea is, that this will be different on each branch, but could be possibly passed by argv/argparse -RELEASE_TAG_BASE='none' +RELEASE_TAG_BASE='lindat' def get_time_in_timezone(zone: str = "Europe/Bratislava"): try: