Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
RafaelGSS authored and danielleadams committed Jan 3, 2023
1 parent 6fb74a9 commit 4e87c36
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 4e87c36

Please sign in to comment.