mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
fix(tag_release): Default to bumping the SDK version
This keeps the SDK version by default only one version behind the current build version.
This commit is contained in:
parent
243ab47a87
commit
955ad2990b
@ -12,7 +12,7 @@ DEFINE_integer build "${TODAYS_VERSION}" \
|
|||||||
DEFINE_integer branch 0 "Branch revision, should be 0"
|
DEFINE_integer branch 0 "Branch revision, should be 0"
|
||||||
DEFINE_string patch 0 "Branch patch id, should be 0"
|
DEFINE_string patch 0 "Branch patch id, should be 0"
|
||||||
DEFINE_string track "dev-channel" "Set the given track to this new branch"
|
DEFINE_string track "dev-channel" "Set the given track to this new branch"
|
||||||
DEFINE_string sdk_version "${COREOS_SDK_VERSION}" "Set the SDK build to use"
|
DEFINE_string sdk_version "${COREOS_VERSION_STRING}" "Set the SDK build to use"
|
||||||
DEFINE_boolean push ${FLAGS_FALSE} "Push to public manifest repository."
|
DEFINE_boolean push ${FLAGS_FALSE} "Push to public manifest repository."
|
||||||
DEFINE_string remote "origin" "Remote name or URL to push to."
|
DEFINE_string remote "origin" "Remote name or URL to push to."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user