Skip to content

Commit 6e1f33d

Browse files
committed
Update Release Guide
Changed: - Added reminder to update `CHANGELOG.md`. - Added reminder to update all references to Node version for benchmarks.
1 parent 46aea25 commit 6e1f33d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/release.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ reflect the new release of the plugin.
1515

1616
## Notes
1717

18-
1. `npm version <newversion>` — Build the distribution files and tag the source package.
19-
2. `npm publish` — Publish the distribution files to the NPM registry.
18+
1. Add the new version and details of it to the [`CHANGELOG.md`](../CHANGELOG.md).
19+
2. `npm version <newversion>` — Build the distribution files and tag the source package.
20+
3. `npm publish` — Publish the distribution files to the NPM registry.
2021

2122
### Node Version
2223

@@ -25,6 +26,11 @@ reflect the new release of the plugin.
2526
1. `engines.node`
2627
3. [`README.md`](../README.md)
2728

29+
#### Benchmarks
30+
31+
1. [`README.md#benchmarks`](../benchmarks/README.md)
32+
2. [`benchmarks/README.md`](../benchmarks/README.md)
33+
2834
### NPM Version
2935

3036
1. [`package.json`](../package.json):

0 commit comments

Comments
 (0)