We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb74a9 commit 4e87c36Copy full SHA for 4e87c36
doc/contributing/releases.md
@@ -758,7 +758,7 @@ Then finish cherry-picking and push the commit upstream:
758
$ git add src/node_version.h doc
759
$ git diff --staged src doc # read output to validate that changes shows up as expected
760
$ git cherry-pick --continue
761
-$ make lint
+$ make lint-md && make lint-cpp
762
$ git push upstream main
763
```
764
0 commit comments