Skip to content

Commit

Permalink
doc: change make lint to make lint-md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
RafaelGSS committed Nov 10, 2022
1 parent 7225a7d commit c179c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/releases.md
Expand Up @@ -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
```

Expand Down

0 comments on commit c179c14

Please sign in to comment.