From 99bc79535b3af98548a9d20af1a03b4fb398c153 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 15 Mar 2024 09:26:24 -0700 Subject: [PATCH 1/3] Update Release-Process.md Add note about updating docs. --- Release-Process.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Release-Process.md b/Release-Process.md index ae740972f7..5d4bd92d59 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -184,3 +184,8 @@ $ npm publish **NOTE:** The version number to publish will be picked up automatically from package.json. + +### 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. From 4974fa1e3f9a1d851aef3deab77ba1846a372815 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 15 Mar 2024 09:27:00 -0700 Subject: [PATCH 2/3] 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. From 1343573ec36b1c7e885ab5b4097b0158dd0cf536 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 15 Mar 2024 09:50:53 -0700 Subject: [PATCH 3/3] Update Release-Process.md --- Release-Process.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Release-Process.md b/Release-Process.md index 6f9bb01296..55e6218925 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -187,5 +187,6 @@ $ npm publish ### Step 7. Update documentation website -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. +The documentation website https://expressjs.com/ documents the current release version in various places. For a new release: +1. 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. +2. Add a new section to the change log. For example, for a 4.x release, https://github.com/expressjs/expressjs.com/blob/gh-pages/en/changelog/4x.md,