Skip to content

Commit 4e87c36

Browse files
RafaelGSSdanielleadams
authored andcommitted
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 <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
1 parent 6fb74a9 commit 4e87c36

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)