From 534ed58d9a011b4989bd0e1b7d5b8e4f3feff8d5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 3 Aug 2021 22:23:22 -1000 Subject: [PATCH] ;doc: RELEASING: typo --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index f35b4ee66..d99c36d74 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -27,7 +27,7 @@ Follow our [commit conventions](CONTRIBUTING.html#commit-messages): (users/installers/packagers/developers) **When committing/pushing/merging:** -- run `tools/commitlint` before push, to check recent commits +- run `bin/commitlint` before push, to check recent commits - or, run it automatically before each commit (`make installcommithook` to configure your local repo) - it also runs in CI on github for pull requests, etc.