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
path: root/doc
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 /doc
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/releases.md4
1 files changed, 2 insertions, 2 deletions
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