From 202417d952bef278f012ccc62f091a6edbbe27cc Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Wed, 26 Oct 2022 22:56:12 -0300 Subject: [PATCH] doc: change make lint to make lint-md This change might save some time during the release steps --- doc/contributing/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index f2092f787096e3..29d47a7a695cbb 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -758,7 +758,7 @@ Then finish cherry-picking and push the commit upstream: $ git add src/node_version.h doc $ git diff --staged src doc # read output to validate that changes shows up as expected $ git cherry-pick --continue -$ make lint +$ make lint-md && make lint-cpp $ git push upstream main ```