Overhaul tidy check

This commit is contained in:
Taiki Endo
2022-12-02 03:19:40 +09:00
parent 96c3fd376d
commit d0f28d3db6
3 changed files with 90 additions and 22 deletions

View File

@@ -8,8 +8,8 @@ cd "$(dirname "$0")"/..
# USAGE:
# ./tools/publish.sh <VERSION>
#
# Note:
# - This script requires parse-changelog <https://github.com/taiki-e/parse-changelog>
# Note: This script requires the following tools:
# - parse-changelog <https://github.com/taiki-e/parse-changelog>
bail() {
echo >&2 "error: $*"