Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[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]>
RafaelGSS authored and danielleadams committed Dec 30, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c34f07a commit 4f768d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/releases.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 4f768d2

Please sign in to comment.