Skip to content
Snippets Groups Projects
Commit cce11b81 authored by nrbffs's avatar nrbffs
Browse files

create annotated tag in Gluon

Gluon requires annotated tag to detect its version number, so create one.
parent f00f1ae4
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ fi
git checkout "$upstream_newest_minor"
git am ../patches/0001-resize-x86-rootfs-to-36-MB-and-kernel-to-16-MB.patch
git checkout -b "$fork_newest_minor_branch"
git tag "$fork_newest_minor_tag"
git tag -a "$fork_newest_minor_tag" -m "Gluon FFS $fork_newest_minor_tag"
git push origin "$fork_newest_minor_branch"
git push origin "$fork_newest_minor_tag"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment