build,doc: remove outdated lint-md-build

- In release guide
- In Travis config

Refs: https://github.com/nodejs/node/pull/20109

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Michaël Zasso 2018-09-21 08:33:34 +02:00 committed by Anna Henningsen
parent e72c6af6c8
commit 70f168b883
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9
2 changed files with 3 additions and 5 deletions

View File

@ -8,10 +8,8 @@ matrix:
include: include:
- name: "Linter" - name: "Linter"
node_js: "latest" node_js: "latest"
env: env:
- NODE=$(which node) - NODE=$(which node)
install:
- make lint-md-build
script: script:
- make lint - make lint
- name: "Test Suite" - name: "Test Suite"

View File

@ -455,8 +455,8 @@ Cherry-pick the release commit to `master`. After cherry-picking, edit
previously on `master`. `NODE_VERSION_IS_RELEASE` should be `0`. **Do not** previously on `master`. `NODE_VERSION_IS_RELEASE` should be `0`. **Do not**
cherry-pick the "Working on vx.y.z" commit to `master`. cherry-pick the "Working on vx.y.z" commit to `master`.
Run `make lint-md-build; make lint` before pushing to `master`, to make sure the Run `make lint` before pushing to `master`, to make sure the Changelog
Changelog formatting passes the lint rules on `master`. formatting passes the lint rules on `master`.
### 13. Promote and Sign the Release Builds ### 13. Promote and Sign the Release Builds