Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitri Gekhtman <[email protected]>
  • Loading branch information
DmitriGekhtman committed Dec 12, 2022
1 parent 6ea655b commit 6e0a69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
1. Run following command and fetch oneline git commits from last release (v0.3.0) to current release (v0.4.0).
```
git log v0.3.0..v0.4.0 --oneline
git log v0.3.0..v0.4.0 --oneline
```
1. Copy above commit history to `scripts/changelog-generator.py` and replace `<your_github_token>` with your Github token. Run the python scripts to generate changelogs.
```
Expand Down Expand Up @@ -68,4 +68,4 @@
See example [v0.3.0 release](https://github.com/ray-project/kuberay/releases/tag/v0.3.0)
1. Send a PR to update [CHANGELOG.md](https://github.com/ray-project/kuberay/blob/master/CHANGELOG.md)

0 comments on commit 6e0a69a

Please sign in to comment.