Skip to content

Commit

Permalink
Merge pull request #152 from flatcar/kai/tag-branch
Browse files Browse the repository at this point in the history
tag-release: Port to new tagging function
  • Loading branch information
pothos authored Oct 5, 2023
2 parents bf90dec + 4eaf639 commit 8d72f30
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 8d72f30

Please sign in to comment.