We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fff34a commit 6df4951Copy full SHA for 6df4951
scripts/release-notes/README.md
@@ -11,7 +11,7 @@ git log --pretty=format:"%h|%s|%an|%ae" v1.4.0...HEAD > commits.csv
11
Use the produced `commits.csv` file as an input to the script:
12
13
```shell
14
-python scripts/release-notes/generate-release-notes.py commits.csv
+python scripts/release-notes/generate_release_notes.py commits.csv
15
```
16
17
The script produces `release-notes.md` as an output.
0 commit comments