git push with tags, #214

This commit is contained in:
olikraus
2026-05-17 13:38:00 +02:00
parent 3c2997a78c
commit 5be33e7ef5
+2
View File
@@ -280,11 +280,13 @@ popd
echo doing LOCAL tag and COMMIT with ${ver}
git tag ${ver}
git commit -a -m "${ver}"
git push
git push --tags
echo doing ARDUINO Repo tag and COMMIT with ${ver}
cd ~/git/U8g2_Arduino
git tag ${ver}
git commit -a -m "${ver}"
git push
git push --tags
echo now create a release in gitub for U8glib_Arduino, tag/name = ${ver}
echo no prefix required, release name can be empty