Skip to content

Commit

Permalink
build,doc: remove outdated lint-md-build
Browse files Browse the repository at this point in the history
- In release guide
- In Travis config

Refs: #20109

PR-URL: #22991
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
targos authored and rvagg committed Nov 28, 2018
1 parent 313ef6f commit 15d1f67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -8,10 +8,8 @@ matrix:
include:
- name: "Linter"
node_js: "latest"
env:
env:
- NODE=$(which node)
install:
- make lint-md-build
script:
- make lint
- name: "Test Suite"
Expand Down
4 changes: 2 additions & 2 deletions doc/releases.md
Expand Up @@ -269,8 +269,8 @@ Merge your release proposal branch into the stable branch that you are releasing

Cherry-pick the release commit to `master`. After cherry-picking, edit `src/node_version.h` to ensure the version macros contain whatever values were previously on `master`. `NODE_VERSION_IS_RELEASE` should be `0`.

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

### 12. Promote and Sign the Release Builds

Expand Down

0 comments on commit 15d1f67

Please sign in to comment.