From 00bff8d1cfd8a7474c6bfa6b257509dbd4da3c10 Mon Sep 17 00:00:00 2001
From: Nico Boehr <nico@nicoboehr.de>
Date: Sat, 3 Dec 2022 16:32:00 +0100
Subject: [PATCH] make annotated tag

---
 scripts/update-gluon.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/update-gluon.sh b/scripts/update-gluon.sh
index f014c8c11..385ac1d53 100755
--- a/scripts/update-gluon.sh
+++ b/scripts/update-gluon.sh
@@ -38,7 +38,7 @@ git -C "$gluon_path" checkout -b "$tag_to_update_to-ffs"
 git -C "$gluon_path" rebase -i "$current_upstream_tag_name" --onto FETCH_HEAD
 
 fork_tagname="$tag_to_update_to-ffs0.1"
-git -C "$gluon_path" tag "$fork_tagname"
+git -C "$gluon_path" tag -a "$fork_tagname" -m "Release $fork_tagname"
 
 git -C "$gluon_path" push origin "$tag_to_update_to"
 git -C "$gluon_path" push origin "$fork_tagname"
-- 
GitLab