Skip to content

Commit 567c9c6

Browse files
authored
Add note on how to update docs for new release (#5541)
* Update Release-Process.md Add note about updating docs. * Update Release-Process.md * Update Release-Process.md
1 parent 69a4cf2 commit 567c9c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Release-Process.md

+6
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,9 @@ $ npm publish
184184

185185
**NOTE:** The version number to publish will be picked up automatically from
186186
package.json.
187+
188+
### Step 7. Update documentation website
189+
190+
The documentation website https://expressjs.com/ documents the current release version in various places. For a new release:
191+
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.
192+
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 commit comments

Comments
 (0)