Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2018-09-21 09:33:34 +0300
committerRod Vagg <rod@vagg.org>2018-11-28 03:26:48 +0300
commit15d1f67c602ac0e1ed58bc77698d52a8599dcff7 (patch)
tree85c111eaff5c5c1cb3ddff2a9d535ab64b8ccbc4
parent313ef6fa7312bb30c9f95922dd1cfbd3eee6cf27 (diff)
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>
-rw-r--r--.travis.yml4
-rw-r--r--doc/releases.md4
2 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index f6bbd1421b2..3dc3a73c333 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
diff --git a/doc/releases.md b/doc/releases.md
index 06dbf47bc7d..e63130fb4a2 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -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