diff --git a/CHANGELOG.md b/CHANGELOG.md index 690bac95..770c319c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Support `taiki-e/install-action@mdbook-linkcheck` shorthand for mdbook-linkcheck. + ## [1.8.2] - 2022-07-30 - Update `cargo-hack@latest` to 0.5.16. diff --git a/tools/publish.sh b/tools/publish.sh index 23d0c38a..5ed69066 100755 --- a/tools/publish.sh +++ b/tools/publish.sh @@ -90,6 +90,7 @@ tools=( wasm-pack wasmtime mdbook + mdbook-linkcheck cargo-binstall )