From 4eaf639aa9e5f170c995a8725c4f67bf515e378a Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Thu, 5 Oct 2023 10:33:51 +0200 Subject: [PATCH] tag-release: Port to new tagging function The tagging function was changed in the scripts repo with https://github.com/flatcar/scripts/pull/799 (not on all branches but this is solved now) and since the tag-release script uses it we also have to adjust the function call here. --- tag-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-release b/tag-release index 25526fe..3d2296e 100755 --- a/tag-release +++ b/tag-release @@ -92,7 +92,7 @@ for REPO in ${REPOS}; do update_submodules "${OVERLAY_REF}" "${PORTAGE_REF}" fi create_versionfile "${SDK_VERSION}" "${VERSION}" - SIGN=1 update_and_push_version "${TAG}" true + SIGN=1 update_and_push_version "${TAG}" "$MAINT-$MAJOR" ) else # Tag the other repos