mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-22 23:40:30 +00:00
Remove outdated line from changelog
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user