summaryrefslogtreecommitdiff
path: root/doc/releases.md
diff options
context:
space:
mode:
authorGibson Fahnestock <gibfahn@gmail.com>2018-02-14 09:23:59 +0000
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-16 19:41:19 +0100
commit61e3e6d56feefcd88f2baeb59c31c327835a8d90 (patch)
tree117da1d6d7237bb9f0dfccca96cbffe7de12d245 /doc/releases.md
parent9a18b0e668e136b75de4e7b92373193bbd50be08 (diff)
downloadandroid-node-v8-61e3e6d56feefcd88f2baeb59c31c327835a8d90.tar.gz
android-node-v8-61e3e6d56feefcd88f2baeb59c31c327835a8d90.tar.bz2
android-node-v8-61e3e6d56feefcd88f2baeb59c31c327835a8d90.zip
doc: note that linting is required in releases.md
Refs: https://github.com/nodejs/node/pull/18769 PR-URL: https://github.com/nodejs/node/pull/18776 Refs: https://github.com/nodejs/node/pull/18769 Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/releases.md')
-rw-r--r--doc/releases.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/releases.md b/doc/releases.md
index 18126b713b..986a012e4a 100644
--- a/doc/releases.md
+++ b/doc/releases.md
@@ -397,6 +397,9 @@ 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`.
+
### 12. Promote and Sign the Release Builds
**It is important that the same individual who signed the release tag be the one