Skip to content

Commit

Permalink
tag-release: Port to new tagging function
Browse files Browse the repository at this point in the history
The tagging function was changed in the scripts repo with
flatcar/scripts#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.
  • Loading branch information
pothos committed Oct 5, 2023
1 parent bf90dec commit 4eaf639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag-release
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eaf639

Please sign in to comment.