Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Release-Process.md
Add note about updating docs.
  • Loading branch information
crandmck authored Mar 15, 2024
commit 99bc79535b3af98548a9d20af1a03b4fb398c153
5 changes: 5 additions & 0 deletions Release-Process.md
Original file line number Diff line number Diff line change
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.