Skip to content

Commit 70d793d

Browse files
authored
Update release docs (#5264)
Signed-off-by: khanhtc1202 <[email protected]>
1 parent c22b053 commit 70d793d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASES.md

+7
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ This may also contain some minor features, but ensure that it does NOT contain a
6666

6767
The `RELEASE` file will be updated.
6868

69+
- (Optional) if the patch contains changes with docs update, also need to run `make release/docs`
70+
```shell
71+
make release/docs version=vX.Y.Z
72+
```
73+
74+
Note: You can use `make release version=vX.Y.Z` command to perform both init and docs sync tasks.
75+
6976
- Push the above changes and create a pull request to `master` to confirm the changelog.
7077

7178
- Get a review and merge.

0 commit comments

Comments
 (0)