Skip to content

Commit 6df4951

Browse files
committed
[docs] A minor fix of the release notes script readme.
1 parent 2fff34a commit 6df4951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-notes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git log --pretty=format:"%h|%s|%an|%ae" v1.4.0...HEAD > commits.csv
1111
Use the produced `commits.csv` file as an input to the script:
1212

1313
```shell
14-
python scripts/release-notes/generate-release-notes.py commits.csv
14+
python scripts/release-notes/generate_release_notes.py commits.csv
1515
```
1616

1717
The script produces `release-notes.md` as an output.

0 commit comments

Comments
 (0)