Skip to content

Commit cc751cf

Browse files
bjohansebaswesleytodd
authored andcommitted
improve step update documentation
1 parent 805ef52 commit cc751cf

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

Release-Process.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@ $ git merge --ff-only <proposal-branch>
129129
<release-branch> - see "Release branch" of "Branches" above.
130130
<proposal-branch> - see "Proposal branch" of "Non-patch flow" above.
131131

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.
135136
136137
### Step 3. Update the History.md and package.json to the new version number
137138

@@ -189,11 +190,13 @@ $ npm login <npm-username>
189190
$ npm publish
190191
```
191192

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.
194196
195197
### Step 7. Update documentation website
196198

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

Comments
 (0)