You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<release-branch> - see "Release branch" of "Branches" above.
130
130
<proposal-branch> - see "Proposal branch" of "Non-patch flow" above.
131
131
132
-
**NOTE:** You may need to rebase the proposal branch to allow a fast-forward
133
-
merge. Using a fast-forward merge keeps the history clean as it does
134
-
not introduce merge commits.
132
+
> [!NOTE]
133
+
> You may need to rebase the proposal branch to allow a fast-forward
134
+
> merge. Using a fast-forward merge keeps the history clean as it does
135
+
> not introduce merge commits.
135
136
136
137
### Step 3. Update the History.md and package.json to the new version number
137
138
@@ -189,11 +190,13 @@ $ npm login <npm-username>
189
190
$ npm publish
190
191
```
191
192
192
-
**NOTE:** The version number to publish will be picked up automatically from
193
-
package.json.
193
+
> [!NOTE]
194
+
> The version number to publish will be picked up automatically from
195
+
> package.json.
194
196
195
197
### Step 7. Update documentation website
196
198
197
-
The documentation website https://expressjs.com/ documents the current release version in various places. For a new release:
198
-
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.
199
-
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,
199
+
The documentation website https://expressjs.com/ documents the current release version in various places. To update these, follow these steps:
200
+
201
+
1. Manually run the [`Update External Docs` workflow](https://github.com/expressjs/expressjs.com/actions/workflows/update-external-docs.yml) in expressjs.com repository.
202
+
2. Add a new section to the [changelog](https://github.com/expressjs/expressjs.com/blob/gh-pages/en/changelog/index.md) in the expressjs.com website.
0 commit comments