Skip to content

Commit

Permalink
Update Release-Process.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crandmck committed Mar 15, 2024
1 parent 4974fa1 commit 1343573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Release-Process.md
Expand Up @@ -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,

0 comments on commit 1343573

Please sign in to comment.