From f6e099c85c463bd158a5d3e8d4e38ab70cf57177 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 30 Jul 2022 17:56:01 +0900 Subject: [PATCH] Support shorthand for mdbook-linkcheck --- CHANGELOG.md | 2 ++ tools/publish.sh | 1 + 2 files changed, 3 insertions(+) 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 )