From f914f2078da24cfbac4330fe91745dac2ad2b907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Sun, 3 Dec 2023 14:01:52 +0100 Subject: [PATCH] Fix Packit configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream uses "v" prefix in tag names, so it is necessary to set `upstream_tag_template` [1]. [1] https://packit.dev/docs/configuration#upstream_tag_template Signed-off-by: Nikola Forró --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index be44c5f..144925e 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,5 +1,6 @@ upstream_project_url: https://github.com/SBECK-github/Date-Manip +upstream_tag_template: v{version} copy_upstream_release_description: false jobs: