Closed voelzmo closed 11 months ago
What this PR does / why we need it: The version is passed to the script via stdin without a newline at the end. Therefore, we need to use something like cat - to get the data.
stdin
newline
cat -
Release note:
NONE
@voelzmo You have mentioned internal references in the public. Please check.
@unmarshall, @himanshu-kun, @rishabh-11 You have pull request review open invite, please check
What this PR does / why we need it: The version is passed to the script via
stdin
without anewline
at the end. Therefore, we need to use something likecat -
to get the data.Release note: