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
|
fi
|
||||||
done <<< "${COMMIT_TITLES}"
|
done <<< "${COMMIT_TITLES}"
|
||||||
|
|
||||||
if [ -s "${YAML_FILE}" ]; then
|
yq --no-colors --inplace ".annotations.\"artifacthub.io/changes\" |= loadstr(\"${YAML_FILE}\") | sort_keys(.)" "${CHART_FILE}"
|
||||||
yq --no-colors --inplace ".annotations.\"artifacthub.io/changes\" |= loadstr(\"${YAML_FILE}\") | sort_keys(.)" "${CHART_FILE}"
|
yq --no-colors --inplace ".version = \"${NEW_TAG}\"" "${CHART_FILE}"
|
||||||
else
|
|
||||||
echo "ERROR: Changelog file is empty: ${YAML_FILE}" 1>&2
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
rm "${YAML_FILE}"
|
rm "${YAML_FILE}"
|
Loading…
x
Reference in New Issue
Block a user