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

make annotated tag

parent 87122b21
No related branches found
No related tags found
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