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 ```