Skip to content

Commit

Permalink
[docs] A minor fix of the release notes script readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Aug 23, 2024
1 parent 2fff34a commit 6df4951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git log --pretty=format:"%h|%s|%an|%ae" v1.4.0...HEAD > commits.csv
Use the produced `commits.csv` file as an input to the script:

```shell
python scripts/release-notes/generate-release-notes.py commits.csv
python scripts/release-notes/generate_release_notes.py commits.csv
```

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

0 comments on commit 6df4951

Please sign in to comment.