Skip to content

Commit c179c14

Browse files
committed
doc: change make lint to make lint-md
This change might save some time during the release steps PR-URL: #45197 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ruy Adorno <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
1 parent 7225a7d commit c179c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributing/releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ Then finish cherry-picking and push the commit upstream:
758758
$ git add src/node_version.h doc
759759
$ git diff --staged src doc # read output to validate that changes shows up as expected
760760
$ git cherry-pick --continue
761-
$ make lint
761+
$ make lint-md && make lint-cpp
762762
$ git push upstream main
763763
```
764764

0 commit comments

Comments
 (0)