From 37baa160be1867d17505e4760c0cd3a9d0ba682e Mon Sep 17 00:00:00 2001 From: olikraus Date: Sun, 17 May 2026 13:31:56 +0200 Subject: [PATCH] added --tags to git push --- tools/release/arduino/create_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release/arduino/create_release.sh b/tools/release/arduino/create_release.sh index 23ab8f7b..2c658d06 100755 --- a/tools/release/arduino/create_release.sh +++ b/tools/release/arduino/create_release.sh @@ -280,12 +280,12 @@ 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 # Relases in github: