Skip to content

Commit 4db9e36

Browse files
committed
build,doc: remove outdated lint-md-build
- In release guide - In Travis config Refs: #20109 PR-URL: #22991 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent badc38f commit 4db9e36

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ matrix:
88
include:
99
- name: "Linter"
1010
node_js: "latest"
11-
env:
11+
env:
1212
- NODE=$(which node)
13-
install:
14-
- make lint-md-build
1513
script:
1614
- make lint
1715
- name: "Test Suite"

doc/releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,8 @@ Cherry-pick the release commit to `master`. After cherry-picking, edit
455455
previously on `master`. `NODE_VERSION_IS_RELEASE` should be `0`. **Do not**
456456
cherry-pick the "Working on vx.y.z" commit to `master`.
457457

458-
Run `make lint-md-build; make lint` before pushing to `master`, to make sure the
459-
Changelog formatting passes the lint rules on `master`.
458+
Run `make lint` before pushing to `master`, to make sure the Changelog
459+
formatting passes the lint rules on `master`.
460460

461461
### 13. Promote and Sign the Release Builds
462462

0 commit comments

Comments
 (0)