From 4974fa1e3f9a1d851aef3deab77ba1846a372815 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 15 Mar 2024 09:27:00 -0700 Subject: [PATCH] Update Release-Process.md --- Release-Process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index 5d4bd92d59..6f9bb01296 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -187,5 +187,5 @@ $ npm publish ### Step 7. Update documentation website -The https://expressjs.com/ documents the current release version in various places. To update it, change the -value of `current_version` in https://github.com/expressjs/expressjs.com/blob/gh-pages/_data/express.yml to match the latest version number. +The documentation website https://expressjs.com/ documents the current release version in various places. +To update it, change the value of `current_version` in https://github.com/expressjs/expressjs.com/blob/gh-pages/_data/express.yml to match the latest version number.