Skip to content

Commit

Permalink
Update Release-Process.md
Browse files Browse the repository at this point in the history
Add note about updating docs.
  • Loading branch information
crandmck committed Mar 15, 2024
1 parent 69a4cf2 commit 99bc795
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Release-Process.md
Expand Up @@ -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.

0 comments on commit 99bc795

Please sign in to comment.