Compare commits
No commits in common. "0.4.9" and "0.4.8" have entirely different histories.
@ -97,11 +97,7 @@ while IFS= read -r line; do
|
||||
fi
|
||||
done <<< "${COMMIT_TITLES}"
|
||||
|
||||
if [ -s "${YAML_FILE}" ]; then
|
||||
yq --no-colors --inplace ".annotations.\"artifacthub.io/changes\" |= loadstr(\"${YAML_FILE}\") | sort_keys(.)" "${CHART_FILE}"
|
||||
else
|
||||
echo "ERROR: Changelog file is empty: ${YAML_FILE}" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
yq --no-colors --inplace ".annotations.\"artifacthub.io/changes\" |= loadstr(\"${YAML_FILE}\") | sort_keys(.)" "${CHART_FILE}"
|
||||
yq --no-colors --inplace ".version = \"${NEW_TAG}\"" "${CHART_FILE}"
|
||||
|
||||
rm "${YAML_FILE}"
|
Loading…
x
Reference in New Issue
Block a user