Skip to content
Snippets Groups Projects
Verified Commit 00bff8d1 authored by Nico's avatar Nico
Browse files

make annotated tag

parent 87122b21
Branches v2.7
Tags v2.7+2022-12-03
No related merge requests found
Pipeline #1602 passed
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment