diff --git a/update-gluon.sh b/update-gluon.sh index 7763d9b755aed08d7899a8c6cc46faeadc1216f9..9e3e96fb02d67f792c2f28591ca408045c7379b9 100755 --- a/update-gluon.sh +++ b/update-gluon.sh @@ -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"