diff --git a/CHANGELOG.md b/CHANGELOG.md index eb459094..b2f1fd72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com - Update `cargo-binstall@latest` to 0.21.2. -- Update `dprint@latest` to 0.35.0. - ## [2.5.7] - 2023-03-11 - Update `protoc@latest` to 3.22.2. diff --git a/ci/manifest.sh b/ci/manifest.sh index 7c13917c..1a126afb 100755 --- a/ci/manifest.sh +++ b/ci/manifest.sh @@ -15,6 +15,7 @@ for manifest in manifests/*.json; do git stash pop new_version=$(jq -r '.latest.version' "${manifest}") if [[ "${old_version}" != "${new_version}" ]]; then + # TODO: If there is a line about updating the same tool in the "Unreleased" section, replace it. msg="Update \`${name}@latest\` to ${new_version}" sed -i "s/^## \\[Unreleased\\]/## [Unreleased]\\n\\n- ${msg}./" CHANGELOG.md git add "${manifest}" CHANGELOG.md